problem in creating the exe file in MATLAB

2 次查看(过去 30 天)
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
Walter Roberson 2011-5-30
mex -setup
is probably needed.
  4 个评论
Kaustubha Govind
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.

请先登录,再进行评论。

类别

Help CenterFile 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!

Translated by