uitable in m-file
Mostrar comentarios más antiguos
There is a code:
cnames = {'A','B'}; rnames = {'1'}; columneditable = [true, true]; columnformat = {'char'};
t = uitable('ColumnName',cnames, 'RowName',rnames,'Position',[334 290 205 58], 'ColumnEditable',columneditable,'ColumnFormat',columnformat);
The problem, when i want to write something to cell, it gives an error, that cell is not editable. What is wrong here?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!