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...