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!