including Matlab .m file in perl program

--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--
vinorex [ Mo, 08 August 2011 12:34 ] [ ID #2063127 ]

Re: including Matlab .m file in perl program

Hi VinoRex,

On Mon, 8 Aug 2011 16:04:21 +0530
"VinoRex.E" <vinorex [at] gmail.com> 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

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

I don=E2=80=99t believe in fairies. Oops! A fairy died.
I don=E2=80=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 [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Shlomi Fish [ Mo, 08 August 2011 16:17 ] [ ID #2063131 ]
Perl » gmane.comp.lang.perl.beginners » including Matlab .m file in perl program

Vorheriges Thema: Sorting an extremely LARGE file
Nächstes Thema: Using an undefined value as a hash reference