- 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
조회 수: 5 (최근 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!