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.

Respuestas (1)

Walter Roberson
Walter Roberson el 30 de Mayo de 2011
mex -setup
is probably needed.

4 comentarios

Modestas Sekreckis
Modestas Sekreckis el 30 de Mayo de 2011
where to get it?
Walter Roberson
Walter Roberson el 30 de Mayo de 2011
Just type that command at the MATLAB command line.
Modestas Sekreckis
Modestas Sekreckis el 30 de Mayo de 2011
it did not help, still the same error
Kaustubha Govind
Kaustubha Govind el 1 de Jun. de 2011
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.

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 30 de Mayo de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by