Filter löschen
Filter löschen

I cannot retrieve data from a uitable with app designer

3 Ansichten (letzte 30 Tage)
Vincenzo Bianco
Vincenzo Bianco am 12 Apr. 2019
Bearbeitet: Adam Danz am 17 Apr. 2019
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');

Akzeptierte Antwort

Adam Danz
Adam Danz am 12 Apr. 2019
Bearbeitet: Adam Danz am 17 Apr. 2019
It's a logical [1 x n] array describing whether each of your n-columns are editable (true) or not (false).

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by