Saving large matrix not exact
Show older comments
I saved a 60x300,000 matrix from MATLAB online into my MATLAB drive. But when I load the mat file from my local workstation, the entries in the matrix are not the same as the original ones. The values is exact for only one digit.

5 Comments
when you load the mat file in matlab online, are the values still 'correct'?
which format are the numbers? double?
also note that the first column is identical. Maybe you loaded the wrong file / did not refresh the data when runnning your code mutipe times?
Quang Huy Pham
on 8 Feb 2023
Quang Huy Pham
on 8 Feb 2023
Answers (0)
Categories
Find more on Workspace Variables and MAT Files 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!