Edit field numeric appdesigner
Mostrar comentarios más antiguos
Hello! Is there some way in appdesigner to have a variable after an edit field (numeric)?
For an example I see image 1. I want an edit field where the user knows that the value he choses is being multiplied with the variable X.
Is this possible? Thank you!
Respuesta aceptada
Más respuestas (1)
Voss
el 23 de Mayo de 2022
0 votos
Yes. You can have two uilabels associated with that NumericEditField, one uilabel with Text 'Distance :' to the left of the NumericEditField and one uilabel with Text '*X' to the right of the NumericEditField.
Of course, it will be up to your code to do the correct operation (multiplying the input by X).
1 comentario
Bárbara Matos
el 24 de Mayo de 2022
Categorías
Más información sobre Environment and Settings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!