Execute matlab with MCRinstaller

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??

답변 (3개)

Konstantinos Bonis
Konstantinos Bonis 2012년 3월 5일

0 개 추천

Btw im using Matlab 7.10.0 R2010a
Kaustubha Govind
Kaustubha Govind 2012년 3월 5일

0 개 추천

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
Konstantinos Bonis 2012년 3월 5일

0 개 추천

thanks for the answer.. I have done it and still isnt working for all computers. Maybe the problem is that my windows are 64 also. Any other ideas ?

댓글 수: 1

Kaustubha Govind
Kaustubha Govind 2012년 3월 5일
"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).

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2012년 3월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by