Re: Matlab source code > IDL ? [message #13146] |
Mon, 19 October 1998 00:00 |
Liam Gumley
Messages: 473 Registered: November 1994
|
Senior Member |
|
|
Tom Wassenaar wrote:
> Does anyone know about a way to compile Matlab source code to an IDL
> procedure ?
Unfortunately no. You'll need to do this by hand, if you really want to
convert *all* your Matlab source to IDL.
If you have some Matlab numerical routines that you want to call from
IDL, it's conceivable that you could compile your Matlab source to C
code, and then call the C code from IDL. However I'd only go down this
path if you had a *lot* of Matlab numerical routines. And if your Matlab
source contains a lot of graphics or widget calls, then conversion by
hand is pretty much the only option.
Cheers,
Liam.
|
|
|