how can I use a pushbutton
1 回表示 (過去 30 日間)
古いコメントを表示
How can I create a pushbotton to use information provided by the user in a uitable that doesn't have a predefined no of rows and columns
0 件のコメント
回答 (1 件)
Image Analyst
2014 年 5 月 19 日
In the pushbutton callback:
data = get(handles.uitable1, 'data');
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Search Path についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!