Problem with uitable show NaN
Mostrar comentarios más antiguos
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 comentarios
Adam
el 4 de Mzo. de 2016
I don't understand what your question is.
What is the behaviour you expect from your table and what is currently the behaviour?
MM BS
el 4 de Mzo. de 2016
Adam
el 4 de Mzo. de 2016
{ 'toto1', 'toto2' }
still isn't a column format though, so far as I am aware.
MM BS
el 4 de Mzo. de 2016
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!