<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Le 04/10/2011 00:50, Samuel Gougeon a écrit : <br>
<blockquote cite="mid:4E8A3C50.2030504@free.fr" type="cite">
  <blockquote cite="mid:4E8A33BF.3010704@free.fr" type="cite">Le
03/10/2011 17:10, Calixte Denizet a écrit :
    <blockquote cite="mid:4E89D067.2020605@scilab.org" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
Hi Séverine,<br>
      <br>
The string you can pass to scilab has a limited size.<br>
      <br>
A workaround:<br>
i) put your big line in a file: expression.txt<br>
ii) get your line with : l=mgetl('expression.txt');<br>
iii) J(i,k)=evstr(l);<br>
    </blockquote>
  </blockquote>
</blockquote>
<br>
OK, you were proposing to set the LHS and assignment apart, and the
only the RHS (not the whole big line) in the file.<br>
Then evstr() will work.<br>
SG<br>
<br>
</body>
</html>