how can I stop scientific notation display on my uitable
Mostrar comentarios más antiguos
I use GUIDE to build my gui.
When I display data on uitable, it always uses scientific notation.
"2.1e+03, 2.2e+03,......"
How can I stop it? I tried format long before the code, but it didn't work
format long
set(handles.Ttable1,'data',RawData,'ColumnName',{'Gauge Name','X Coordinate','Y Coordinate'})
Please help me
1 comentario
Marc Raphael Parrikal
el 9 de Jun. de 2020
The above was suggested for another user, it may work for you. In my case it didn't work though, apparently because my data is a table array

Respuestas (0)
Categorías
Más información sobre Programming en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!