Dear All,

I have to create a vector from a plain text containing about 700 decimal
numbers, each one with several digits. The total character count
incuding spaces is about 5700, so when I run this command I get the
following error:

"Command is too long (more than 4096 characters long): could not send it
to Scilab"

Is there a simple way to do this other than splitting the text into two
parts, each one with less than 4096 digits and then concatenating the
vectors, or saving the data as a text file and reading the file into a
string variable and converting to numbers?

Thanks,

Federico Miyara


--
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
https://www.avast.com/antivirus
_______________________________________________
users mailing list - users@lists.scilab.org
Click here to unsubscribe: <mailto:users-unsubscr...@lists.scilab.org>
http://lists.scilab.org/mailman/listinfo/users

Reply via email to