Problem importing data.How to fix this error?

3 ビュー (過去 30 日間)
Sreeranjani Sekar
Sreeranjani Sekar 2020 年 4 月 30 日
回答済み: Xiaoxing Wang 2021 年 5 月 2 日
While importing data in diagnostic feature explorer, I am getting the following warning and error
Warning: Error occurred while executing the
listener callback for event ItemPushed defined for
class matlab.ui.internal.toolstrip.ListItem:
Undefined function 'setBorder' for input arguments
of type 'toolpack.component.TSPanel'.
Error in
dfeapp.internal.ciapp.panels.ImportPanels.ImportStep1ContentPanel/createPanel
(line 123)
setBorder(this.DatasetPanel, "etched");
Error in ctrluis.component.MixedInPanel/buildPanel
(line 112)
this.Panel = createPanel(this);
Error in ctrluis.component.MixedInPanel/getPanel
(line 75)
buildPanel(this);
Error in
dfeapp.internal.ciapp.panels.ImportPanels.ImportContentPanel/createPanel
(line 48)
add(this.VirtualContentPanel,
getPanel(this.ImportStep1ContentPanel),
'xy(1,1)');
Error in ctrluis.component.MixedInPanel/buildPanel
(line 112)
this.Panel = createPanel(this);
Error in ctrluis.component.MixedInPanel/getPanel
(line 75)
buildPanel(this);
Error in
dfeapp.internal.ciapp.dialogs.AbstractCIAppDialog/createPanel
(line 43)
add(MainPanel,
getPanel(this.ContentPanel), 'xy(2,2)');
Error in
ctrluis.component.MixedInDialog/buildDialog (line
220)
this.Dialog.Panel = createPanel(this);
Error in ctrluis.component.MixedInDialog/getDialog
(line 125)
buildDialog(this);
Error in
dfeapp.internal.ciapp.sections.SessionMgmtSection/cbShowMultiDatasetImportDialog
(line 138)
Dlg =
getDialog(this.ImportMultiDatasetDialog);
Error in
dfeapp.internal.ciapp.sections.SessionMgmtSection>@(~,~)cbShowMultiDatasetImportDialog(this)
Error in
matlab.ui.internal.toolstrip.ListItem/ActionPerformedCallback
(line 143)
this.notify('ItemPushed');
Error in
matlab.ui.internal.toolstrip.base.Control>@(event,data)ActionPerformedCallback(this,event,data)
Error in
matlab.ui.internal.toolstrip.base.Action/PeerEventCallback
(line 810)
this.notify('ActionPerformed',
eventdata);
Error in
matlab.ui.internal.toolstrip.base.PeerInterface>@(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.ListItem/ActionPerformedCallback (line 143)
In matlab.ui.internal.toolstrip.base.Control>@(event,data)ActionPerformedCallback(this,event,data)
In matlab.ui.internal.toolstrip.base.Action/PeerEventCallback (line 810)
In matlab.ui.internal.toolstrip.base.PeerInterface>@(event,data)PeerEventCallback(this,event,data)
In hgfeval (line 62)
In javaaddlistener>cbBridge (line 52)
In javaaddlistener>@(o,e)cbBridge(o,e,response) (line 47)

回答 (1 件)

Xiaoxing Wang
Xiaoxing Wang 2021 年 5 月 2 日
Can you show the structure of your input data?

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by