필터 지우기
필터 지우기

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