Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
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?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 3 Dez. 2023
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 Kommentar
Tomás Salvo Aportone
Tomás Salvo Aportone am 3 Dez. 2023
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!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by