MATLAB: Compiler

compiler

Hi, How to use the codewarrior compilers in matlab command line. how to use if the compiler extn is .exe or .dll. Thanks for your support.

Best Answer

Hi,
if this helps: any program outside MATLAB can be called using system, e.g.
system('"c:\program files\codewarrior\codewarrior.exe" mycode.c')
Titus