Borrar filtros
Borrar filtros

I cannot retrieve data from a uitable with app designer

3 visualizaciones (últimos 30 días)
Vincenzo Bianco
Vincenzo Bianco el 12 de Abr. de 2019
Editada: Adam Danz el 17 de Abr. de 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');

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by