problem in creating the exe file in MATLAB
이전 댓글 표시
Hi, I am trying to create a exe file using the Deployment tool, but get an error metlab
C:\PROGRA~1\MATLAB\R2009B\BIN\MEX.PL: Error: Options file is invalid.
Error: An error occurred while shelling out to mbuild (error code = 255).
Unable to build executable.
답변 (1개)
Walter Roberson
2011년 5월 30일
mex -setup
is probably needed.
댓글 수: 4
Modestas Sekreckis
2011년 5월 30일
Walter Roberson
2011년 5월 30일
Just type that command at the MATLAB command line.
Modestas Sekreckis
2011년 5월 30일
Kaustubha Govind
2011년 6월 1일
Try "mex -setup" at the MATLAB prompt as Walter suggested and paste the complete result from the MATLAB command window. Also, try a simple MEX example:
cd(fullfile(matlabroot, 'extern', 'examples', 'mex'));
mex -v yprime.c
And paste the result of the MEX command.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!