<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Le 02/04/12 18:00, Adrien Vogt-Schilb a écrit :
    <blockquote cite="mid:4F79CD23.30700@centre-cired.fr" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      Hy<br>
      <br>
      Does anybody knows a way to save various varibales in a single
      files in scilab?<br>
    </blockquote>
    Yop:<br>
    a=1;b=2;<br>
    save("ab.mat",a,b);<br>
    listvarinfile("ab.mat");<br>
    clear a b;<br>
    load("ab.mat");<br>
    <br>
    <blockquote cite="mid:4F79CD23.30700@centre-cired.fr" type="cite"> <br>
      the help file says this can be done with save, but the given
      example does not work (<a moz-do-not-send="true"
        class="moz-txt-link-freetext"
        href="http://bugzilla.scilab.org/show_bug.cgi?id=10928">http://bugzilla.scilab.org/show_bug.cgi?id=10928</a>)<br>
      <br>
      thanks<br>
      <br>
      <div class="moz-signature">-- <br>
        Adrien Vogt-Schilb (Cired) <br>
        Tel: (+33) 1 43 94 <b>73 77</b></div>
    </blockquote>
    <br>
  </body>
</html>