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

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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

릴리스

R2018a

질문:

2019년 11월 26일

댓글:

Rik
2021년 2월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by