mcc error with uisetcolor on macos catalina

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 Comments

Have you tried it on other MATLAB versions or other macOS?
We didn't try it on other version of MATLAB. This function works before macOS upgraded to the latest Catalina. Since all of our mac devices are updated, we didn't test it on other macOS.

Sign in to comment.

Answers (1)

Try using the following
mcc -m test1.m

2 Comments

The same issue occurs
I have brought this issue to the notice of our developers. They will investigate the matter further.

Sign in to comment.

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Release

R2019b

Asked:

on 29 Mar 2020

Commented:

on 9 Apr 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!