[Scilab-users] Saving and Loading big data

Antoine Monmayrant antoine.monmayrant at laas.fr
Fri Oct 24 09:45:42 CEST 2014


On 10/23/2014 05:23 PM, Matiasb wrote:
> Thanks Antoine! yes, that is exactly the problem I'm experiencing.
>
> For the time being, I'm trying to do some ugly stuff with 'listvarinfile'
> and 'eval' to load variables one by one. Same for the save, saving variables
> into different files one by one helps (not if the problematic variable is
> only one of course).
Other possibility, split your big data in smaller chunks:

a_1=a(1:$/2);
a_2=a($/2+1:$);
save('a_1.sod','a_1');
save('a_2.sod','a_2');
>
> Hope this gets solved soon or I will have to move to another platform (maybe
> ROOT) to handle big data.

Arggh, no, don't.
And if you do, have a look at julia (julialang.org).

Antoine

>
> Cheers!
>
>
>
>
>
> --
> View this message in context: http://mailinglists.scilab.org/Saving-and-Loading-big-data-tp4031419p4031433.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>


-- 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

  Antoine Monmayrant LAAS - CNRS
  7 avenue du Colonel Roche
  BP 54200
  31031 TOULOUSE Cedex 4
  FRANCE

  Tel:+33 5 61 33 64 59
  
  email : antoine.monmayrant at laas.fr
  permanent email : antoine.monmayrant at polytechnique.org

+++++++++++++++++++++++++++++++++++++++++++++++++++++++




More information about the users mailing list