I've written a MATLAB script that plots data based on ASCII data files that are written out by a program I wrote in Perl. But I have to keep copying and pasting the filename of the datafiles in order to have the MATLAB script call it.
I'm wondering if anyone knows of a way that I can call a MATLAB script from within Perl, and pass into it the filename, instead of having to do this manually?
Thanks...
I'm wondering if anyone knows of a way that I can call a MATLAB script from within Perl, and pass into it the filename, instead of having to do this manually?
Thanks...