Prev: ODE Optimization
Next: v/hz control for induction motor
From: Heather Bloemhard on 5 Oct 2009 16:37 I have a bunch of IDL code that I am trying to implement in an external program. That program can understand Matlab code. I found IDL2MATLAB and have been trying to use it to translate my IDL code. I know it's installed correctly, because the included test works just fine, but when I go to translate my code I get a bunch of errors. I would like to see what the errors are or where they are so that I can try to fix them. Any idea how to display the errors? Or at least what the common source of error is? If you'd like to see what is actually happening: (the IDL code I am trying to translate it FIND.pro, and it is in the directory 'angles') >> idl2matlab angles/find.pro idl2matlab.exe angles/find.pro Started at : Mon Oct 05 14:21:35 2009 Expecting idl2matlab library in c:\Documents and Settings\user\IDLWorkspace\ Parsing IDL code ... Syntax analysis OK ... Abstract tree created Symbols Table properly generated Generating Matlab code Creating .\M2I_find.m >==> OK - 498 lines - 27 WARNING Translation has errors - 1 files generated - 498 lines - 27 Warnings Started at : Mon Oct 05 14:21:35 2009 Finished at : Mon Oct 05 14:21:35 2009 ??? Error using ==> idl2matlab idl2matlab: failed to exectute IDL2Matalab
|
Pages: 1 Prev: ODE Optimization Next: v/hz control for induction motor |