Why is a figure-object not visible in my deployed Matlab standalone .exe window?
이전 댓글 표시
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
Walter Roberson
2015년 9월 29일
Which MATLAB version are you using?
Jan
2015년 9월 29일
The figure itself is visible in the shown picture. Which object is missing?
Christian Præstegaard Sørensen
2015년 9월 30일
Jan
2015년 9월 30일
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
2015년 10월 1일
편집: Walter Roberson
2015년 10월 1일
답변 (1개)
Image Analyst
2015년 9월 30일
0 개 추천
It's a known bug. See this discussion: http://www.mathworks.com/matlabcentral/answers/243839-compiled-version-change-it-s-design
댓글 수: 4
Christian Præstegaard Sørensen
2015년 10월 1일
Image Analyst
2015년 10월 1일
Then you'll have to call them and open a case.
Christian Præstegaard Sørensen
2015년 10월 9일
Image Analyst
2015년 10월 9일
Good that you somehow found a solution. I never would have found out that graphics-card-specific problem and workaround.
카테고리
도움말 센터 및 File Exchange에서 Variant Hierarchical Components에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
