UI Table can not choose short column format

2 views (last 30 days)
Hello,
I'm making a school work with appdesign, and I'm having a problem displaing my table with correct format.
Here is an image:
Capturar.PNG
I want to round and only display 4 decimal numbers. (eg: 0.0024)
I have tried:
app.Matrix.ColumnFormat = {'short' 'short' 'short' 'short' 'short' 'short' 'short' 'short' 'short' 'short' 'short' 'short' 'short' 'short' 'short' }
And didn't worked, the result was this:
Capturar.PNG
I have tried evertying, can someone help please?
Thanks.

Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!