Sensitivity Analysis: Error while calling Generate Random Parameter Values dialog box

조회 수: 2 (최근 30일)
Dear All,
I am trying to use the sensitivity analysis toolbox that comes with matlab 2016b.
I managed to prepare all required steps in order to run one analysis. But now, when I am trying to adjust the existing parameter setsIi keep on getting the following error:
Instead of opening the dialog it just pops up another tab with all previous generated values.
in the command window of matlab the following error message occurs:
Warning: Error occurred while executing the listener callback for event ListItemSelected defined for class toolpack.component.TSDropDownPopup:
Error using message
Error filling holes for Controllib:gui:ParamGenerateTabSamplingComboAll. Number 38443359375000003000.000000 not supported as an argument to message
catalog.
Error in ctrlMsgUtils.message (line 8)
mObj = message(ID,varargin{:});
Error in ctrluis.paramui.GenerateParamValueGC/initRadioLabels (line 383)
this.GridAll.Text = ctrlMsgUtils.message(...
Error in ctrluis.paramui.GenerateParamValueGC/setParameterData (line 58)
initRadioLabels(this);
Error in ctrluis.paramui.GenerateParamValueGC (line 43)
setParameterData(this,getParameterData(this.ParentTab));
Error in ctrluis.paramui.ParamTableTab (line 122)
this.GenerateParamValueGC = ctrluis.paramui.GenerateParamValueGC(...
Error in sldodialogs.sensitivityanalysis.SampleSetSection>lCreateSampleSetEditor (line 538)
editor = ctrluis.paramui.ParamTableTab(...
Error in sldodialogs.sensitivityanalysis.SampleSetSection.editSampleSet (line 518)
editor = lCreateSampleSetEditor(saData,wksp,ssetName);
Error in sldodialogs.sensitivityanalysis.SampleSetSection/cbMenuGenerateValues (line 395)
this.ParamTableEditor = this.editSampleSet(ssetName, saData);
Error in sldodialogs.sensitivityanalysis.SampleSetSection>@(hSrc,hData)cbMenuGenerateValues(this,hSrc,btn)
Error in toolpack.component.TSDropDownPopup>LocalListItemSelected (line 110)
obj.notify('ListItemSelected')
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 toolpack.component.TSDropDownPopup>LocalListItemSelected (line 110)
In hgfeval (line 62)
In javaaddlistener>cbBridge (line 52)
In javaaddlistener>@(o,e)cbBridge(o,e,response) (line 47)
I would be really glad if somenone could help me understanding the issue.
Best regards, Stephan

답변 (1개)

lulu wang
lulu wang 2019년 11월 19일
Hi, Stephan. Have you solved this problem?

카테고리

Help CenterFile Exchange에서 Psychology에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by