How to change the button names depending on different situations?

5 visualizaciones (últimos 30 días)
I'm referring to buttons within app-designer. For example,
I would want the button to be called "load" in one situation, and "plot" in another situation, even though they are the same button.
Many thanks.

Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 16 de Mzo. de 2021
a=uicontrol;
a.String='load'
a.String='plot'
  3 comentarios

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by