how can I use a pushbutton

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

回答 (1 件)

Image Analyst
Image Analyst 2014 年 5 月 19 日

0 投票

In the pushbutton callback:
data = get(handles.uitable1, 'data');

カテゴリ

ヘルプ センター および File ExchangeDevelop Apps Using App Designer についてさらに検索

質問済み:

2014 年 5 月 18 日

回答済み:

2014 年 5 月 19 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by