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!

native mex compiler 1

Status
Not open for further replies.

esorato

Electrical
Joined
Mar 1, 2010
Messages
4
Location
BR
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
 
This fairly recent thread discusses the lack of 64-bit LCC.


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
 
Thanks Steve. It helped a lot.
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

 
If your function is in C, no. If it simply a Matlab m-file, you can access it via an s-function block.

- Steve
 
Very nice Steve.

Thank you very much and sorry by the beginner questions.

Edson
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top