set(handle​s.Low,'Str​ing',Low

i am a newbie at Matlab. I am trying to run a code but there is a code line (set(handles.Low,'String',Low)) which gives INVALID OR DELETED OBJECT error. any solutions?

Respuestas (1)

Mehmed Saad
Mehmed Saad el 9 de Abr. de 2020
Editada: Mehmed Saad el 9 de Abr. de 2020

0 votos

Your figure (or gui) is closed that's why this error occured
It looks like you have some text type object on figure like title,xlabels,ylabels, ...etc
what you are trying to do is setting the textproperty 'string' equal to variable low but when MATLAB tries to access the object whose handle is passed to it, it didn't find any thing so it gives you that error.

3 comentarios

Sardar Jaffar Ali
Sardar Jaffar Ali el 27 de Abr. de 2020
you said my figure (or gui) is closed, how to open it?
Mehmed Saad
Mehmed Saad el 28 de Abr. de 2020
donot close it before this line
(set(handles.Low,'String',Low))
Sardar Jaffar Ali
Sardar Jaffar Ali el 29 de Abr. de 2020
But how to open my GUI? i will not close it but pls guide me how to open it?

La pregunta está cerrada.

Etiquetas

Preguntada:

el 9 de Abr. de 2020

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by