I want to take an array in matlab appdesigner i.e. A=[5 10 15 20] from user and then use for further calculation. how can i do that?

조회 수: 10 (최근 30일)
I want to take an array in matlab appdesigner i.e. A=[5 10 15 20] from user and show it in another editfield when a button is pressed. then use for further calculation. how can i do that?

채택된 답변

Kevin Holly
Kevin Holly 2022년 5월 2일
Please see app attached. You can use a text edit field to accept a numeric array as a string. Then you can convert it to a numeric array perform calculations (in example app mulitple by 5) and convert back to string. Set the output editfield equal to this string.
  댓글 수: 1
Himalay  Baidya
Himalay Baidya 2022년 5월 3일
Cant run the app as i am using an older version of Matlab(2016b) .if you could kindly let me know here in comnt section or give me an app so that i can run ..that would be great help.thank you.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by