Sensitivity Analysis: Error while calling Generate Random Parameter Values dialog box
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (1)
Ver también
Categorías
Más información sobre Time and Frequency Domain Analysis en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!