Error using matlab.ui.​control.UI​Control/se​t in REST tool 1.8

Hello,
When I run "KCC-ReHo" in REST GUI (REST Version: 1.8, Release: 20130615)
It was under Matlab R2018a, SPM 12, and macOS catalina
I got the following error message:
===========================================
Error using matlab.ui.control.UIControl/set
Error setting property 'CData' of class 'UIControl':
Value must be a three-dimensional matrix of RGB values that defines a truecolor image. Each value must be between 0.0 and 1.0 or NaN.
Error in reho_gui>InitControlProperties (line 793)
set(handles.btnSelectDataDir, ...
Error in reho_gui>reho_gui_OpeningFcn (line 43)
InitControlProperties(hObject, handles);
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in reho_gui (line 35)
gui_mainfcn(gui_State, varargin{:});
Error while evaluating UIControl Callback.
===========================================
Does it was due to the imcompatible of macOS catalina and REST 1.8 ?
Thanks for your help !
Jung-Chi

1 commentaire

This particular error doesn't have anything to do with your OS, but with how the GUI is starting up. It attempts to set the background color of an element, but doesn't do so in a supported manner. Either this worked in an older release of Matlab (e.g. R2014a or older, as those use HG1), or it has never worked.
You should contact the developers of this GUI to ask them for a different version that does work on R2018a.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange

Produits

Version

R2018a

Commenté :

Rik
le 18 Fév 2021

Community Treasure Hunt

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

Start Hunting!

Translated by