필터 지우기
필터 지우기

How i can change significant digit in App Designer UITable ?

조회 수: 21 (최근 30일)
Sang Hyeok Yang
Sang Hyeok Yang 2020년 7월 3일
댓글: Sang Hyeok Yang 2020년 7월 7일
I have problem in changing significant digit on App designer.
Below here, there's my actual data.
1 0 0
2 2.50129E-005 -2.96795E-005
3 5.00021E-005 -3.8927
4 7.50025E-005 -34.6731
But, I got undesirable digits when i put this data into UITable in App desinger,
I tryied using "format shortEng" but, it works only in command window.

채택된 답변

dpb
dpb 2020년 7월 3일
Use the 'ColumnFormat' property to set the desired format by column. See the doc for "Table Properties" from the link in the uitable doc page.
  댓글 수: 1
Sang Hyeok Yang
Sang Hyeok Yang 2020년 7월 7일
thanks for answer.
Below here, there's my line to set digit.
app.UITable1.ColumnFormat = {'bank' 'shortEng' 'short'};

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by