including Matlab .m file in perl program

including Matlab .m file in perl program

am 08.08.2011 12:34:21 von vinorex

--0050450155517e392b04a9fbfde8
Content-Type: text/plain; charset=ISO-8859-1

Hi Everyone
i created a matlab program with extension .m file. i want to know the
methods to employ these matlab program in the perl code. So that complex
mathematical calculations can be done in ease. Thank you

--0050450155517e392b04a9fbfde8--

Re: including Matlab .m file in perl program

am 08.08.2011 16:17:58 von Shlomi Fish

Hi VinoRex,

On Mon, 8 Aug 2011 16:04:21 +0530
"VinoRex.E" wrote:

> Hi Everyone
> i created a matlab program with extension .m file. i want to know the
> methods to employ these matlab program in the perl code. So that complex
> mathematical calculations can be done in ease. Thank you

You might wish to look at http://search.cpan.org/dist/Math-Matlab/ , though=
you
may wish to simply port the Matlab code to Perl/PDL code:

http://pdl.perl.org/

that or invoke an external Matlab process using
http://perldoc.perl.org/functions/system.html or whatever.

Regards,

Shlomi Fish=20

--=20
------------------------------------------------------------ -----
Shlomi Fish http://www.shlomifish.org/
Parody of "The Fountainhead" - http://shlom.in/towtf

I donâ€=99t believe in fairies. Oops! A fairy died.
I donâ€=99t believe in fairies. Oops! Another fairy died.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/