Effacer les filtres
Effacer les filtres

Table data is not editable at this location, why won't this checkbox let me check it?

1 vue (au cours des 30 derniers jours)
matlabuser12
matlabuser12 le 16 Mar 2015
f = figure;
columnname = {'X' , 'Y'};
Selection = {'A','B','C','D','E'}
[vals{1:numel(Selection),1}]=deal(false)
columnform = {'logical','logical'};
t = uitable('Data',vals,'ColumnName', columnname, 'ColumnFormat', columnform,'ColumnEdit',[true true true], 'RowName', Selection);
If you run this script it should spit out a figure. but i can only select the checkboxes in the X column. Why is that?

Réponses (0)

Catégories

En savoir plus sur Dialog Boxes dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by