| Author |
Comment/Response |
Avijeet Prasad
|
07/25/12 02:22am
Hi,
Can dumpsave be used to store large tables. For
example I am trying something like:
tab= Table[{i,j},{i,1,10},{j,1,10};
DumpSave["dump.mx",tab];
and trying to retrieve the data through:
tab1=Get["dump.mx"];
It does'nt seem to be working. Where as put/get
works out fine.
Put[tab,"put.dat"]
tab2=Get["put.dat"];
Can you tell me what is the problem in the first method?
URL: , |
|