Why I'm getting this error while using Simulate I/O data in PID Tune app?

조회 수: 17 (최근 30일)
Mohit
Mohit 2023년 1월 6일
댓글: Punam Uikey 2023년 5월 26일
Please find the error log below-:
Event Support License -- for demonstration use and event support. Not for government,
research, commercial, or other organizational use.
Warning: Error occurred while executing the listener callback for
event ButtonPushed defined for class
matlab.ui.internal.toolstrip.Button:
Error using iddata/set
The value of the "OutputData" property must be a double matrix or a
cell array of such matrices.
Error in iduis.pid.DataGenerationMode/cbApply (line 179)
set(z,'InputData', uhat, 'OutputData', yhat, ...
Error in iduis.pid.DataGenerationMode>@(~,~)cbApply(this) (line 97)
addlistener(btn1,'ButtonPushed',
@(~,~)cbApply(this));
Error in matlab.ui.internal.toolstrip.Button/ActionPerformedCallback
(line 143)
this.notify('ButtonPushed');
Error in
matlab.ui.internal.toolstrip.base.Control>@(event,data)ActionPerformedCallback(this,event,data)
(line 336)
this.ActionPerformedListener = addlistener(this.Action,
'ActionPerformed', @(event, data)
ActionPerformedCallback(this, event, data));
Error in matlab.ui.internal.toolstrip.base.Action/PeerEventCallback
(line 853)
this.notify('ActionPerformed', eventdata);
Error in
matlab.ui.internal.toolstrip.base.ActionInterface>@(event,data)PeerEventCallback(this,event,data)
(line 57)
this.PeerEventListener = addlistener(this.Peer,
'peerEvent', @(event, data) PeerEventCallback(this,
event, data));
Error in hgfeval (line 62)
feval(fcn{1},varargin{:},fcn{2:end});
Error in javaaddlistener>cbBridge (line 52)
hgfeval(response, java(o), e.JavaEvent)
Error in javaaddlistener>@(o,e)cbBridge(o,e,response) (line 47)
@(o,e) cbBridge(o,e,response));
> In matlab.ui.internal.toolstrip/Button/ActionPerformedCallback (line 143)
In matlab.ui.internal.toolstrip.base.Control>@(event,data)ActionPerformedCallback(this,event,data) (line 336)
In matlab.ui.internal.toolstrip.base/Action/PeerEventCallback (line 853)
In matlab.ui.internal.toolstrip.base.ActionInterface>@(event,data)PeerEventCallback(this,event,data) (line 57)
In hgfeval (line 62)
In javaaddlistener>cbBridge (line 52)
In javaaddlistener>@(o,e)cbBridge(o,e,response) (line 47)
>>
  댓글 수: 1
Punam Uikey
Punam Uikey 2023년 5월 26일
Did you find the answer for this question? I am also getting the same error while tunning PID.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 PID Controller Tuning에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by