mcc error with uisetcolor on macos catalina
1 次查看(过去 30 天)
显示 更早的评论
Dear experts,
We noticed a compatibility issue of compiled app on macos catalina (10.15.3). This issue were reproducable in MATLAB 2018a and 2019b.
The color selection funciton "uisetcolor" works well in the MATLAB enviroment.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/280367/image.png)
However, when we compiled this script to an standalone app using mcc, the output of the app goes to blank.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/280368/image.png)
Thank you very much.
2 个评论
回答(1 个)
Navya Seelam
2020-4-2
Try using the following
mcc -m test1.m
2 个评论
Navya Seelam
2020-4-9
I have brought this issue to the notice of our developers. They will investigate the matter further.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!