How to convert matlab m (really big) script file (with m function-written or builtin- calls) to executable file?
please give step by step guide
consider the min file as "mainfile.m"
and two functions "myfunc.m" and "another.m" for instance
I know this feature is in matlab 6.0 and most probablly in matlab 5.3 also; but i do not know how exactly it could be done and whether it could has externally defined m function
So please someone with previous experience in doing so w/ or w/o external function would explain
I thought something like that is banned or you can say it in a PM to whoever you like, So if you are a full member don't make fool member of me,
however redhat seem to deserve the thanks
When you code in MATLAB interpreter sintax (.m) and your code use MATLAB libraries and toolbox (compiled or not) the only way is Matlab Compiler that comes with the complete version of MATLAB.