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

조회 수: 29 (최근 30일)
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
Patrizio Graziosi
Patrizio Graziosi 2020년 1월 27일
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 2020년 7월 24일
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.

댓글을 달려면 로그인하십시오.

채택된 답변

Sahithi Kanumarlapudi
Sahithi Kanumarlapudi 2020년 1월 20일
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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by