mcc error with uisetcolor on macos catalina
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Navya Seelam
am 2 Apr. 2020
Try using the following
mcc -m test1.m
2 Kommentare
Navya Seelam
am 9 Apr. 2020
I have brought this issue to the notice of our developers. They will investigate the matter further.
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!