how can I use a pushbutton

1 view (last 30 days)
Ifechukwu
Ifechukwu on 18 May 2014
Answered: Image Analyst on 19 May 2014
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

Answers (1)

Image Analyst
Image Analyst on 19 May 2014
In the pushbutton callback:
data = get(handles.uitable1, 'data');

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!