How can I reset a Guide?

조회 수: 1 (최근 30일)
Pedro Guevara
Pedro Guevara 2019년 9월 2일
댓글: Adam 2019년 9월 2일
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
Pedro Guevara
Pedro Guevara 2019년 9월 2일
How do I set the default values ​​for each object? Can you give me an example, please.
Thank you
Adam
Adam 2019년 9월 2일
set( handles.edit1, 'String', '' )
set( handles.slider1, 'Value', 0.5 )
etc or whatever your default values are.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

제품


릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by