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

Antworten (1)

Image Analyst
Image Analyst am 19 Mai 2014

0 Stimmen

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

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 18 Mai 2014

Beantwortet:

am 19 Mai 2014

Community Treasure Hunt

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

Start Hunting!

Translated by