Column Format in UI Table
Ältere Kommentare anzeigen
I have table array in data of UI table.
There are a few columns in my table:
Num1 Num2 Text
5.2345 4.2345 JN
-> I would like to have only two decimals in the first two columns. What is the best way to pull this of? I would like that data in the UI table remains table array.
Akzeptierte Antwort
Weitere Antworten (2)
Navya Seelam
am 27 Sep. 2019
Hi,
You can use format as shown below.
format bank
table.Data=table.Data % to update the table data to current format
6 Kommentare
Klemen Peter Kosovinc
am 30 Sep. 2019
Navya Seelam
am 30 Sep. 2019
Hi,
You can try changing the format in the function where you update the table contents.
Klemen Peter Kosovinc
am 30 Sep. 2019
Navya Seelam
am 30 Sep. 2019
Can you attach your code?
Klemen Peter Kosovinc
am 1 Okt. 2019
Walter Roberson
am 3 Okt. 2019
The format command has no effect on graphics. You should follow Ankit's solution
Navya Seelam
am 3 Okt. 2019
0 Stimmen
Hi,
The issue can be resolved by passing the data to uitable from cell array rather than table.
3 Kommentare
Klemen Peter Kosovinc
am 3 Okt. 2019
jesus pacheco
am 11 Jan. 2022
@Klemen Peter Kosovinc Hi Bro, I have the same Problem. could you solve it?
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!