Filter löschen
Filter löschen

Problem with uitable show NaN

1 Ansicht (letzte 30 Tage)
MM BS
MM BS am 4 Mär. 2016
Kommentiert: MM BS am 4 Mär. 2016
Hello
could you help me fill the uitable with the right value
a={};
for i=1:10
a{i,5}=true;
end
h = uitable('data',a, ...
'columnformat', {'numeric','char','logical','toto1','toto2'},'logical'}, ...
'columneditable',true);
if it's not a number it will not be accepted NaN
Thnx for your help
  5 Kommentare
Adam
Adam am 4 Mär. 2016
{ 'toto1', 'toto2' }
still isn't a column format though, so far as I am aware.
MM BS
MM BS am 4 Mär. 2016
how can i put a choice list of toto1 and toto2?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Dialog Boxes 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