mcc error with uisetcolor on macos catalina
7 ビュー (過去 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.

However, when we compiled this script to an standalone app using mcc, the output of the app goes to blank.

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.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!