- Are you using GUIDE or AppDesigner to create your GUI?
- The answer depends on dimentions of your array:
- If it is 1D and short - you can simply write it to the textBox control
- If it is big (or 2D or more) - than this is not the way to deal with it: instead : lets the user load a file (CSV/MAT /Text/XML) that contains the data and then parse it.
GUI array
4 ビュー (過去 30 日間)
古いコメントを表示
how do i accept an array of data through the edit text box in GUI
0 件のコメント
回答 (1 件)
Matlab Pro
2025 年 7 月 24 日
Hi @Akshar
If you need a concice example: please feedback :-)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!