in reply to Re: Matlab, Perl, and Python
in thread Matlab, Perl, and Python
You're right that Octave sucks for text manipulation, but I do alright using it for bioinformatics. The best way I've found is to preprocess the input in Perl, then have your Perl script write out its results in Octave's text save-file format (which is pretty self-explanatory). Inline::Octave doesn't seem to be worth the trouble -- it's almost as easy to just use a pipe.
|
|---|