
swamink
New User
Feb 2, 2005, 5:41 PM
Post #1 of 2
(845 views)
|
Call Matlab from Perl ???
|
|
|
Hi, I have this perl code that generates a bunch of data and stores in a file. Then I use Matlab to load the data and do matrix manipulations. output is again stored in a file. I have again a perl code that uses the output from Matlab and finishes the work. I have been doing this manually. Run perl, run matlab, run perl. I need to do this many many times. Is there a way I can run a matlab file (".m") directly from the .pl file. I use UNIX environment. There is no graphical stuff involved. I appreciate any help. -swamink
|