Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

matlab compiler

Status
Not open for further replies.

bylina

Electrical
Joined
Nov 27, 2002
Messages
1
Location
CZ
I am new in compiling matlab m-files into stand-alone application. Everything goes well, compiling m-files, linking libraries, I can even run example hello.m file. But how can I pass arguments?
For example - I have matlab m-file, that is called
[a,b]=solve([c,d,e],f)
from within matlab environment.
Now I have this file compiled (mcc -p solve.m). How should calling C++ (for Linux g++) file look like? Do I have to convert arguments to mwarrays?

Thanks
Ladja
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top