Error using ==> mex at 218 Unable to complete successfully
이전 댓글 표시
mex siftlocalmax.c
lcc preprocessor error: siftlocalmax.c:47 Could not find include file <mexutils.c>
lcc preprocessor warning: siftlocalmax.c:288 No newline at end of file
1 errors, 1 warnings
D:\MATLAB\BIN\MEX.PL: Error: Compile of 'siftlocalmax.c' failed.
??? Error using ==> mex at 218
Unable to complete successfully
The C file mexutils.c is in my current directory but it doesn't work
답변 (1개)
Walter Roberson
2012년 12월 25일
Change the source to use
#include "mexutils.c"
instead of
#include <mexutils.c>
카테고리
도움말 센터 및 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!