필터 지우기
필터 지우기

How can I stop App Designer UITable from displaying all numbers as complex?

조회 수: 2 (최근 30일)
I've made a UITable to display some values I've calculated. It was working perfectly right up until I added a column with some complex numbers on them, now, every column is displaying the values as complex numbers, even if their imaginary part is zero. Is there a way to stop this?

채택된 답변

Walter Roberson
Walter Roberson 2023년 12월 3일
Only if you convert all of the entries to string or characters
Formatting on a uitable is strange. For example if you have format short in effect then a window-full of entries will all be formatted the same way, and if you scroll then the format might change, including for some of the same entries. The format of entries depends on the other values that are in view.
  댓글 수: 1
Tomás Salvo Aportone
Tomás Salvo Aportone 2023년 12월 3일
Huh, that's a bit weird, but I guess I can work with it. I ended up defining the column format for the first few as numeric and the last one as char (learned that thanks to this thread), then inputted every value separately, as opposed to in one single command as I was doing. Thanks for the help!

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by