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
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)에 대해 자세히 알아보기

태그

질문:

2012년 12월 25일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by