Borrar filtros
Borrar filtros

how to make Reset Button in app designer

33 visualizaciones (últimos 30 días)
Imam Pratama Setiady
Imam Pratama Setiady el 12 de Feb. de 2021
Comentada: Ruger28 el 12 de Feb. de 2021
hello everyone, i have a problem for make a reset button in app designer. for the code with .value the result can't reset but in .text the result can reset. and my question is how to code for reset .value ? thanks
  1 comentario
Ruger28
Ruger28 el 12 de Feb. de 2021
What type of edit field are you using? Text or Numeric?
Text fields can be blanked with a ' ' , but numeric fields can only be a value, so setting .value to 0 is the only thing you can do.

Iniciar sesión para comentar.

Respuestas (1)

Mario Malic
Mario Malic el 12 de Feb. de 2021
Hi,
you want to set the character array to a numeric field and that doesn't work. Numeric EditField components can't have an empty value. You can either set those values in green to zero, or change the EditField component to text one and use str2num.

Categorías

Más información sobre Develop Apps Using App Designer 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