I cannot retrieve data from a uitable with app designer

3 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Develop 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