Ältere Kommentare anzeigen
Hi there,
Is there any way to compile a MEX file on MATLAB 2010 and then run the resulting function on a different version of matlab - matlab 2009?
what files do i need to transfer from matlab 2010 to 2009 to make it work?
what about compiling on matlab 7.0 and then running it on matlab 2009? what files would i need to transfer then?
thank you
harry
Antworten (1)
James Tursa
am 22 Mär. 2011
0 Stimmen
In general, mex files are not guaranteed to be compatible from version to version, but they often do work. You will just have to try it out to see. Transfer the mex routine itself and any specific files that you know it needs (e.g., other non-MATLAB dll files).
Kategorien
Mehr zu Write C Functions Callable from MATLAB (MEX Files) finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!