GUI can not run well in MCR

4 views (last 30 days)
BIN LIN
BIN LIN on 1 Sep 2015
Answered: Titus Edelhofer on 3 Sep 2015
I make a GUI and use matlab compiler to build a .exe file. Then i try to open this .exe file in a computer which doesn;t have matlab. And i download the correct versions MCR. It can be open, but it can not calculate. I mean it can not show the same result as i run in matlab. It did not show the result. Anyone how to do deal with it?
  1 Comment
Image Analyst
Image Analyst on 1 Sep 2015
All I can do is to try it, if you upload your source code.

Sign in to comment.

Answers (2)

Shruti Sapre
Shruti Sapre on 3 Sep 2015
Hello,
I understand that you are running into issues after compiling a GUI in MATLAB. There are limitations with the MATLAB compiler when it comes to compiling functions related to the GUI. A number of functions in MATLAB cannot be compiled by the MATLAB Compiler.
Please see the list below and make sure that the functions you are using are not present in the below list:
Here is another link which talks about deployable code in MATLAB and the functions that cannot be compiled in MATLAB:
You may have to use different supported functions in order to be able to compile the code.
Hope this helps!
-Shruti

Titus Edelhofer
Titus Edelhofer on 3 Sep 2015
Hi,
it would be good to find out what's failing. Open a console window (Windows Start-> CMD). Navigate to the folder where the .exe is a run it. Error messages will then appear in the CMD window which can be used to find out what's going wrong.
Titus

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!