| Can Perl call the function in matlab? Or if there are | some api which enable use to matlab's abundent | graphics function in perl programming?
I think this is possible. However, I'm pretty sure it's a bit of work. You will need to write an XS interface module for Perl that allows you to call routines from the Matlab API. If you have your Matlab docs ready to hand, have a look at the section "Using the MATLAB Engine" in the "Matlab API Guide". The Matlab Engine Library allows you to call Matlab and execute Matlab commands from C or Fortran programs. Since you can extend Perl with C code using the XS interface, it should be no problem to write an extension for Perl that allows you to run Matlab commands. I've used both, XS and the Matlab API, separately and they are IMO both quite friendly interfaces. So I think in theory, what you want should be possible. -- Marcus | -----Original Message----- | From: yun yun [mailto:[EMAIL PROTECTED]] | Sent: Friday, January 25, 2002 4:35 PM | To: [EMAIL PROTECTED] | Subject: perl & matlab? | | | Can Perl call the function in matlab? Or if there are | some api which enable use to matlab's abundent | graphics function in perl programming? | Thanks! | | _________________________________________________________ | Do You Yahoo!? 登录免费雅虎电邮! http://mail.yahoo.com.cn | | <font color=#6666FF>无聊?郁闷?高兴?没理由?都来聊天吧!</font>—— | 雅虎全新聊天室! http://cn.chat.yahoo.com/c/roomlist.html | | -- | To unsubscribe, e-mail: [EMAIL PROTECTED] | For additional commands, e-mail: [EMAIL PROTECTED] | -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]