Problem with uitable show NaN

1 次查看(过去 30 天)
MM BS
MM BS 2016-3-4
评论: MM BS 2016-3-4
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 个评论
Adam
Adam 2016-3-4
{ 'toto1', 'toto2' }
still isn't a column format though, so far as I am aware.
MM BS
MM BS 2016-3-4
how can i put a choice list of toto1 and toto2?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dialog Boxes 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by