[Scilab-users] Optimization

2018-10-25 Thread FIXED-TERM Nacer Mohamed Ikbal (ETAS/ESY)
Hi, I have a simple task to split a element of a matrix into rows where remaining columns are duplicated. I have achieved that with loops. I am sure there is an efficient way to do it using matrix functions. Can you please help? The data contains both numbers and strings the column 6 and 7 has

[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_exp

[Scilab-users] Scilab from Powershell

2018-10-26 Thread FIXED-TERM Nacer Mohamed Ikbal (ETAS/ESY)
hello mesdames and sirs, I want to ask you about the possibility of calling a function that has been written within a scilab from powershell. I am doing the following after have the file where the code written a side than calling it : $objScilab.SendScilabJob("exec('D:\New\ScilabCode.sce', -1)

[Scilab-users] parallel_run

2018-10-30 Thread FIXED-TERM Nacer Mohamed Ikbal (ETAS/ESY)
Hello Sir\M'm I am trying to execute parallel_run method but even with I have tried by copy pasting the example in the forum function a=g(arg1) a=arg1*arg1 endfunction res = parallel_run(1:10, g); but I have the following error: " Undefined variable: parallel_run" Thanks in advance. __

Re: [Scilab-users] parallel_run

2018-10-30 Thread FIXED-TERM Nacer Mohamed Ikbal (ETAS/ESY)
and not under Windows Paul EXPORT CONTROL : Cet email ne contient pas de données techniques This email does not contain technical data De : users [mailto:users-boun...@lists.scilab.org] De la part de FIXED-TERM Nacer Mohamed Ikbal (ETAS/ESY) Envoyé : mardi 30 octobre 2018 10:13 À : users@li

Re: [Scilab-users] parallel_run

2018-10-30 Thread FIXED-TERM Nacer Mohamed Ikbal (ETAS/ESY)
. S. Le 30 oct. 2018 à 10:44, FIXED-TERM Nacer Mohamed Ikbal (ETAS/ESY) mailto:fixed-term.mohamedikbal.na...@etas.com>> a écrit : Hello Again, In that case what should I do I want to run code paralley because I have a very big file ? From: users mailto:users-boun...@lists.scilab.or