I have some large floating point numbers such as 1243564832.75 in MATLAB. MATLAB changes the format to 1.2435e09 or if I use long format: 1.2
1243564832.75
1.2435e09
1.2
Call the following command
format longG
Then the display should be "fixed"