[Scilab-users] command longer than 4096

Dang Ngoc Chan, Christophe Christophe.Dang at sidel.com
Thu Nov 17 09:16:41 CET 2022


Hello Federico,

> De : users <users-bounces at lists.scilab.org> De la part de Federico
> Miyara Envoyé : jeudi 17 novembre 2022 03:36
>
> I have to create a vector from a plain text containing about 700 decimal numbers, each one with several digits.
> [...]
> Is there a simple way to do this other than [...] saving the data as a
> text file

To be sure I understand well :
in your Scilab script, you have something like

foo = [3.14, 1.414 ; 1.732 ...

with the 700 numbers written inside your script?

Of course your request is legitimate but IMHO, this is really not the best practice.
I warmly recommend to have the 700 numbers in a separate file.

Regards

--
Christophe Dang Ngoc Chan
Mechanical calculation engineer

General
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.


More information about the users mailing list