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?
8 ビュー (過去 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?
0 件のコメント
採用された回答
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.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File 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!