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
Image Analyst 2014년 12월 25일

0 개 추천

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에 대해 자세히 알아보기

태그

질문:

2014년 12월 25일

답변:

2014년 12월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by