|
Hi MatLab Community,
I'm trying to use MatLab CAGE toolbox (Calibration Generation, aka Model-Based Calibration), but whenever I try to use "Calibration Manager" option from the Tools bar, it crashes and gives this error:
Operands to the || and && operators must be convertible to logical scalar values.
Error in mbctreeadapter.JavaUITree/add (line 142)
if isempty(ch) || ~ismember(p,ch)
Error in cgcalmanager>i_RefreshTree (line 572)
add( h.BlockList, C, pPROJ,0 );
Error in cgcalmanager>i_PrepareToShow (line 1642)
i_RefreshTree(pPROJ);
Error in cgcalmanager>i_StartNoAction (line 1659)
i_PrepareToShow(fh, pPROJ, varargin{:});
Error in cgcalmanager (line 16)
i_StartNoAction(varargin{:});
Error in cgtools.cgbrowser/openCalManager (line 54)
cgcalmanager(action, P, varargin{:}, Args{:});
Error in cgtools.cgbrowser/show>i_calmanager (line 523)
h.openCalManager;
Warning: Error occurred while evaluating listener callback.
> In xregGui.uddDispatcher.send at 13
In xregGui.uipushtool.pNotifyButtonUp at 18
In xregGui.javaToolbar.pButtonUp at 18
In xregGui.javaToolbar.javaToolbar>i_buttonup at 55
Can someone please help me solve this error? I'd really want to use this toolbox.
|