Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
save metrix in table in gui
조회 수: 1 (최근 30일)
이전 댓글 표시
i have a gui that contain a pushbutton and table...when click the pushbutton a two dimentional metrix is saved in the table..please can help me in this.
댓글 수: 0
답변 (1개)
Walter Roberson
2017년 12월 17일
Outline:
two_d_data = rand(17,5);
set(handles.uitable1, 'data', two_d_data);
댓글 수: 2
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!