Problem importing data.How to fix this error?

1 visualización (últimos 30 días)
Sreeranjani Sekar
Sreeranjani Sekar el 30 de Abr. de 2020
Respondida: Xiaoxing Wang el 2 de Mayo de 2021
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)

Respuestas (1)

Xiaoxing Wang
Xiaoxing Wang el 2 de Mayo de 2021
Can you show the structure of your input data?

Categorías

Más información sobre Downloads en Help Center y File Exchange.

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by