Execute matlab with MCRinstaller
Mostrar comentarios más antiguos
I am making a exetuble program by using the deployment tool of matlab. Im making MCRinstaller so the program can run without having Matlab.
The problem is that my project isnt runing in every computer. It depends from the windows it has , if they are 32 bit or 64 bit and staff.
Any solution??
Respuestas (3)
Konstantinos Bonis
el 5 de Mzo. de 2012
0 votos
Kaustubha Govind
el 5 de Mzo. de 2012
0 votos
You cannot run a 64-bit executable on a 32-bit computer, so it's best that you compile your executable using 32-bit MATLAB so that a 32-bit executable is produced. You should be able to run this 32-bit binary on 32-bit and 64-bit machines alike.
Konstantinos Bonis
el 5 de Mzo. de 2012
0 votos
1 comentario
Kaustubha Govind
el 5 de Mzo. de 2012
"still isnt working" isn't enough information - please provide the exact error that you receive and on what platforms the failure occurs. Also, if you are building using 32-bit MATLAB on Windows, you can only run the executable on 32-bit and 64-bit Windows (not Linux/Mac).
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!