mex.h and mexFunction.h difference
Ältere Kommentare anzeigen
Is there a difference between loading mex.h and mexFunction.h files in the beginning of a mex file? It appeared to me that some mex files load mex.h, others load mexFunction.h. But my Matlab 2011b only has mex.h
1 Kommentar
James Tursa
am 11 Mär. 2012
mex.h is the header used for mex functions. mexFunction is the name of the gateway routine. What is mexFunction.h?
Antworten (2)
Kategorien
Mehr zu Write C Functions Callable from MATLAB (MEX Files) finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!