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
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 ExchangeWorkspace 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