Error using ==> mex at 218 Unable to complete successfully
Mostrar comentarios más antiguos
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
Respuestas (1)
Walter Roberson
el 25 de Dic. de 2012
Change the source to use
#include "mexutils.c"
instead of
#include <mexutils.c>
Categorías
Más información sobre Write C Functions Callable from MATLAB (MEX Files) en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!