using data of uitable
Mostrar comentarios más antiguos
hello
i have a project at university but i have stacked in a problem
i want to use uitable data as (1*n)matrix but i cant
would you please help me thanks
Respuestas (1)
Image Analyst
el 25 de Dic. de 2014
Get it with get():
theData = get(handles.uitable1, 'data');
Assign it with set()
set(handles.uitable1, 'data', theData);
Categorías
Más información sobre Workspace Variables and MAT Files en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!