mex.h and mexFunction.h difference
이전 댓글 표시
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
James Tursa
2012년 3월 11일
mex.h is the header used for mex functions. mexFunction is the name of the gateway routine. What is mexFunction.h?
답변 (2개)
Jan
2012년 3월 11일
0 개 추천
[EDITED]: mexFunction.h is a small header to defined the entry point for a DLL, while mex.h is a large header file for all functions available in Mex functions.
카테고리
도움말 센터 및 File Exchange에서 Write C Functions Callable from MATLAB (MEX Files)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!