在使用simulink的parameter estimation时,无法运行New Experiment

10 views (last 30 days)
JD H
JD H on 3 May 2020
MATLAB命令窗口的提示如下
警告:执行为类toolpack.component.TSButton定义的事件ActionPerformed的侦听程序发生时出现错误:
错误使用sldodialogs.parameterestimation.ExperimentSection.getCandidateOutputs(第227行)
无效的Simulink对象句柄
sldodialogs.parameterestimation.ExperimentSection.createExperiment错误(第192行)
sigs = sldodialogs.parameterestimation.ExperimentSection.getCandidateOutputs(mdl);
sldodialogs.parameterestimation.ExperimentSection / cbNewExperiment(行151)错误
newExp = sldodialogs.parameterestimation.ExperimentSection.createExperiment(getModelName(this.Data));
错误的sldodialogs.parameterestimation.ExperimentSection> @(hSrc,hData)cbNewExperiment(this)(第112行)
addlistener(btn,'ActionPerformed',@(hSrc,hData)cbNewExperiment(this));
错误的pack.component.TSButton> LocalActionPerformed(第141行)
obj.notify('ActionPerformed')
错误的hgfeval(第62行)
feval(fcn {1},varargin {:},fcn {2:en​​d});
错误javaaddlistener> cbBridge(第52行)
hgfeval(response,java(o),e.JavaEvent)
错误javaaddlistener> @(o,e)cbBridge(o,e,response)(第47行)
@(o,e)cbBridge(o,e,response)); -显示完整的堆栈跟踪
>在toolpack.component.TSButton> LocalActionPerformed中(第141行)
在hgfeval中(第62行)
在javaaddlistener> cbBridge中(第52行)
在javaaddlistener> @(o,e)cbBridge(o,e,response)中(第47行)

Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!