how can I use a pushbutton

1 visualizzazione (ultimi 30 giorni)
Ifechukwu
Ifechukwu il 18 Mag 2014
Risposto: Image Analyst il 19 Mag 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

Risposte (1)

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

Categorie

Scopri di più su Search Path in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by