| Author |
Comment/Response |
Nima
|
09/06/11 02:37am
I want to "Export" a huge table from mathematica. In my program in a "Do" loop, mathematica must repeat this export, this takes a lot of time, how can I export large tables faster?
this is my command:
Export["E/Time/result/u.dat", SetPrecision[disp, 6]]];
where disp is a very large table.
is there any way to store very large tables faster? Infact writting large tables on hard drive by using "Export" command takes a lot of time.
URL: , |
|