native mex compiler
native mex compiler
(OP)
Hi everyone,
Does anyone knows why the native mex compiler isn't installed when installing the matlab in windows vista (64 bits) ?
I'm intending to use the R2009b on windows vista but I couldn't manage to install the native mex compiler (lcc).
Thanks a lot
Does anyone knows why the native mex compiler isn't installed when installing the matlab in windows vista (64 bits) ?
I'm intending to use the R2009b on windows vista but I couldn't manage to install the native mex compiler (lcc).
Thanks a lot
RE: native mex compiler
http://w
The conclusion seemed to be that there is a 64-bit version, but The MathWorks choose not to supply it.
Of course the other common issue with using LCC is that it is "only" a C compiler, not a C++ compiler. This trips many people up.
- Steve
RE: native mex compiler
Do you know if is there any way to execute a user defined matlab function from simulink without compiling it ?
I mean, execute it in matlab workspace whole executing a model from simulink.
Best regards
Edson
RE: native mex compiler
- Steve
RE: native mex compiler
Thank you very much and sorry by the beginner questions.
Edson