how can I use a pushbutton

2 次查看(过去 30 天)
Ifechukwu
Ifechukwu 2014-5-18
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
In the pushbutton callback:
data = get(handles.uitable1, 'data');

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by