Why is a figure-object not visible in my deployed Matlab standalone .exe window?
Show older comments
I have compiled and deployed a .exe standalone to several recipients with success. However, for some of the recipients the figure-object is not visible. How can I solve this problem for the recipients?

5 Comments
Walter Roberson
on 29 Sep 2015
Which MATLAB version are you using?
Jan
on 29 Sep 2015
The figure itself is visible in the shown picture. Which object is missing?
Christian Præstegaard Sørensen
on 30 Sep 2015
Jan
on 30 Sep 2015
Does the program run correctly for the other parts? Perhaps it stops before creating the diagram with an error, e.g. due to a missing input file, which exists on some computers but not on others? Perhaps there is any other bug in the code, which let the plot disappear, e.g. a wrong assumption for the screen resolution. Without seeing a relevant part of the code it is impossible to guess the reason.
Christian Præstegaard Sørensen
on 1 Oct 2015
Edited: Walter Roberson
on 1 Oct 2015
Answers (1)
Image Analyst
on 30 Sep 2015
0 votes
It's a known bug. See this discussion: http://www.mathworks.com/matlabcentral/answers/243839-compiled-version-change-it-s-design
4 Comments
Christian Præstegaard Sørensen
on 1 Oct 2015
Image Analyst
on 1 Oct 2015
Then you'll have to call them and open a case.
Christian Præstegaard Sørensen
on 9 Oct 2015
Image Analyst
on 9 Oct 2015
Good that you somehow found a solution. I never would have found out that graphics-card-specific problem and workaround.
Categories
Find more on App Building in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!