Borrar filtros
Borrar filtros

how can I use a pushbutton

2 visualizaciones (últimos 30 días)
Ifechukwu
Ifechukwu el 18 de Mayo de 2014
Respondida: Image Analyst el 19 de Mayo de 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

Respuestas (1)

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

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by