I have a double valued diagonal matrix stored in a text file.
size(file)~410 Mo
I would like to reduce the size by rounding my double values.
If its a good idea, how to do it in java
0.1706524958886193=>0.17
I need to use this file later in matlab
when i try
dlmread(file) i get out of memory error