フィルターのクリア

I cannot retrieve data from a uitable with app designer

3 ビュー (過去 30 日間)
Vincenzo Bianco
Vincenzo Bianco 2019 年 4 月 12 日
編集済み: Adam Danz 2019 年 4 月 17 日
I create a uitable within a figure and the user have to insert data but the table is not editable.
My code is:
f = figure;
table = uitable('Parent', f);
set(table, 'Data', cell(10));
my data= get(table, 'Data');

採用された回答

Adam Danz
Adam Danz 2019 年 4 月 12 日
編集済み: Adam Danz 2019 年 4 月 17 日
It's a logical [1 x n] array describing whether each of your n-columns are editable (true) or not (false).

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by