using data of uitable
显示 更早的评论
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
回答(1 个)
Image Analyst
2014-12-25
Get it with get():
theData = get(handles.uitable1, 'data');
Assign it with set()
set(handles.uitable1, 'data', theData);
类别
在 帮助中心 和 File Exchange 中查找有关 Workspace Variables and MAT Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!