Borrar filtros
Borrar filtros

How can I reset a Guide?

2 visualizaciones (últimos 30 días)
Pedro Guevara
Pedro Guevara el 2 de Sept. de 2019
Comentada: Adam el 2 de Sept. de 2019
Good day. I request your help again with a small problem. I have a guide to which data is entered through many means (tables, editable text, .etc). I want a button through which my Guide and the objects contained in it remain by default according to my original guide (When it is run the first time). Is there any way to get this?
Tag button: Reiniciar_call
Tag Guide: form1
thank you
  3 comentarios
Pedro Guevara
Pedro Guevara el 2 de Sept. de 2019
How do I set the default values ​​for each object? Can you give me an example, please.
Thank you
Adam
Adam el 2 de Sept. de 2019
set( handles.edit1, 'String', '' )
set( handles.slider1, 'Value', 0.5 )
etc or whatever your default values are.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

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

Etiquetas

Productos


Versión

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by