[scilab-Users] too large string

Samuel Gougeon sgougeon at free.fr
Tue Oct 4 00:56:46 CEST 2011


Le 04/10/2011 00:50, Samuel Gougeon a écrit :
>> Le 03/10/2011 17:10, Calixte Denizet a écrit :
>>> Hi Séverine,
>>>
>>> The string you can pass to scilab has a limited size.
>>>
>>> A workaround:
>>> i) put your big line in a file: expression.txt
>>> ii) get your line with : l=mgetl('expression.txt');
>>> iii) J(i,k)=evstr(l);

OK, you were proposing to set the LHS and assignment apart, and the only 
the RHS (not the whole big line) in the file.
Then evstr() will work.
SG

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20111004/355340fe/attachment.htm>


More information about the users mailing list