Re: [Scilab-users] Tall Array in Scilab

2018-10-29 Thread CRETE Denis
Hello,
Did you try to increase the stack size with stacksize() ; it may be a simple 
solution if the array is not too big.
Otherwise, I generally recourse to the Scilab function unix_g(), with a string 
parameter calling one of the basic OS functions (e.g. sed or grep) to reduce 
the size of the array before processing with SciLab.
HTH
Denis

[@@ THALES GROUP INTERNAL @@]

Unité Mixte de Physique CNRS / THALES
1 Avenue Augustin Fresnel
91767 Palaiseau CEDEx - France
Tel : +33 (0)1 69 41 58 52 Fax : +33 (0)1 69 41 58 78
e-mail :
 denis.cr...@thalesgroup.com<mailto:denis.cr...@thalesgroup.com> 
<mailto:%20denis.cr...@thalesgroup.com>
http://www.trt.thalesgroup.com/ump-cnrs-thales
http://www.research.thalesgroup.com

De : users [mailto:users-boun...@lists.scilab.org] De la part de FIXED-TERM 
Nacer Mohamed Ikbal (ETAS/ESY)
Envoyé : vendredi 26 octobre 2018 15:26
À : users@lists.scilab.org
Objet : [Scilab-users] Tall Array in Scilab

Hello M'ms and Sirs,

Do we have the concept of Tall Array in scilab, because I need to read a big 
chunk of data and it may get worst and worst soon and scilab is crushing 
because it cannot handle it.
The concept of Tall Array is explained it here 
https://www.mathworks.com/help/matlab/import_export/tall-arrays.html


So if anyone can help it will be very helpful ?

Thanks in advances.

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] Tall Array in Scilab

2018-10-26 Thread FIXED-TERM Nacer Mohamed Ikbal (ETAS/ESY)
Hello M'ms and Sirs,

Do we have the concept of Tall Array in scilab, because I need to read a big 
chunk of data and it may get worst and worst soon and scilab is crushing 
because it cannot handle it.
The concept of Tall Array is explained it here 
https://www.mathworks.com/help/matlab/import_export/tall-arrays.html


So if anyone can help it will be very helpful ?

Thanks in advances.

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users