I use GUIDE to create a uitable
and load data into it, which looks like:
My question is: How to display the numbers without using scientific notation?
I have tried this but failed:
format long g
set(handles.uitable1,'Data',data)
Furthermore, since I will do some calculation of the number and save it to an excel file, I wish it could remain as a numeric array, not changing it to string.