How to input multiple values into Edit Field in APP Designer?

29 vues (au cours des 30 derniers jours)
Xiao Jin
Xiao Jin le 16 Jan 2020
Hello everyone,
now I'd like to make a simple calculation in App Designer. For example, the function ist y=x+1. Can I enter multiple x (1,2,3......) in the Numeric Edit Field, and then, when I click a button, the multiple results y are calculated in another Edit Field.
I hope for you help! Thanks!
Best Regards
Xiao
  2 commentaires
Patrizio Graziosi
Patrizio Graziosi le 27 Jan 2020
If the inputted array is in the form 100:10:1000, the solutions proposed in the link in the answer do not work, and I cannot work it out...
Do someone have an idea to sort this out?
Thanks
Alfonso Gomez Puello
Alfonso Gomez Puello le 24 Juil 2020
You could maybe ask for the initial and final value of x in two different Edit Fields, and with a "for" using those parameters, run your function.

Connectez-vous pour commenter.

Réponse acceptée

Sahithi Kanumarlapudi
Sahithi Kanumarlapudi le 20 Jan 2020
Edit field treats the data entered a single string (if style is not specified as numeric). So you could possibly write a callback to the edit field which parses the string and convert them into Numerics and hence compute required functionality with them.
Referring to the following link might help you

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by