Posted by NC on 08/29/06 19:31
Binod Pant wrote:
>
> Does any one know of a way to call MATLAB from
> PHP/Perl? I found the Perl module Math:MATLAB ,
> but it seems not to work on Windows, and it's not
> easy to install and use.
> This would enable one to use MATLAB to generate
> live web content...
You should consider writing a custom PHP extension for that. MATLAB
has a C interface:
http://www.mathworks.com/access/helpdesk/help/techdoc/apiref/
You can use this interface to write a PHP extension in C to make a
bridge between PHP and Matlab.
Cheers,
NC
[Back to original message]
|