Tino Dai wrote:
> =You might also want to try:
> http://docs.python.org/lib/ipc.html to see if that is what you need
Specifically the subprocess module which is the most modern way to start
an external program.
Kent
___
Tutor maillist - Tutor@python.
On 7/20/07, Chris Smith <[EMAIL PROTECTED]> wrote:
Howdy,
I am working on some research. I'm trying to optimize the performance of
an antenna. For the simulation of the antenna it would be easiest to use
an antenna software package that I have in my lab. I know that Matlab
can call the antenna
Howdy,
I am working on some research. I'm trying to optimize the performance of
an antenna. For the simulation of the antenna it would be easiest to use
an antenna software package that I have in my lab. I know that Matlab
can call the antenna software through a command called system. Matlab
a