Borrar filtros
Borrar filtros

in gui design i have text gui component . i have write 1000 value (1,2,3,...1000)in between i have stop by program by close button than i got error text object not destroy how to remove this error

1 visualización (últimos 30 días)
set(handles.text6,'String',num2str(c));
value of c continue set in between i am close than error occure.
i have enclosed error msg.

Respuesta aceptada

Guillaume
Guillaume el 21 de Sept. de 2017
I don't understand what you're saying in the title of your question but the error message is very clear: you're trying to set the string property of your text6 control but that control does not exist anymore. Probably because you've closed the figure containing it.
  2 comentarios
Guillaume
Guillaume el 21 de Sept. de 2017
Again I don't understand what you're asking. You need to explain better what it is you want.
All the controls on a figure are deleted when it is closed. There is no point in deleting them yourself beforehand, if that's what you're asking.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by