Control value range in matlab UI spinner

5 visualizaciones (últimos 30 días)
Tino
Tino el 17 de Jul. de 2019
Comentada: LO el 3 de Jul. de 2020
Hello
I have a function that enables you to add numbers through spinner on the app designer
how do I control the value range from ( 0.1 to 1)
find the function below
function EnumSpinnerValueChanged(app, event)
value = app.EnumSpinner.Value;
end
end
Thanks in advance
Tino
  1 comentario
Adam
Adam el 17 de Jul. de 2019
It should be in the setup of the spinner ini the design view where you will have min and max options. I can't remember off-hand, I don't use app designer, but when you add a component you get a bunch of options for it appearing somewhere over to the bottom right (I think) of the design view to customise the initial options.

Iniciar sesión para comentar.

Respuestas (1)

Vimal Rathod
Vimal Rathod el 30 de Jul. de 2019
You can control the range of a UI Spinner by setting the Limits property to the desired range of value.
Refer to the properties of UI Spinner for more information:
  1 comentario
LO
LO el 3 de Jul. de 2020
how can one set the limits based on edits taken from a text box entry ?

Iniciar sesión para comentar.

Categorías

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

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by