what could be the possible solution for this error?any idea.

2 visualizaciones (últimos 30 días)
sonal verma
sonal verma el 19 de Jun. de 2019
Comentada: Geoff Hayes el 19 de Jun. de 2019
Error in matlab.graphics.internal.figfile.FigFile/read (line 31)
hgDataVars = load(filename, '-mat', '-regexp', '^hg[M]');
Error in matlab.graphics.internal.figfile.FigFile
Error in hgload (line 50)
FF = matlab.graphics.internal.figfile.FigFile(filename);
Error in matlab.hg.internal.openfigLegacy (line 57)
[fig, savedvisible] = hgload(filename, struct('Visible','off'));
Error in gui_mainfcn>local_openfig (line 286)
gui_hFigure = matlab.hg.internal.openfigLegacy(name, singleton, visible);
Error in gui_mainfcn (line 158)
gui_hFigure = local_openfig(gui_State.gui_Name, gui_SingletonOpt, gui_Visible);
Error in predict_leaf (line 43)
gui_mainfcn(gui_State, varargin{:});
EDIT: sonal verma's incorrectly accepted "Answer" deleted and the code uploaded here.
  4 comentarios
Jan
Jan el 19 de Jun. de 2019
Is this the complete message? It tells where the error is, but not what the problem is.
Geoff Hayes
Geoff Hayes el 19 de Jun. de 2019
sonal - can you attach the GUI fig file too?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by