<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 22/01/2017 17:01, Claus Futtrup a
      écrit :<br>
    </div>
    <blockquote
      cite="mid:017cedd3-d23c-49ef-7d7d-57221f0aa303@gmail.com"
      type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Hi there<br>
        <br>
        OK, so I converted to elseif (source code at the bottom of my
        post). Now Scilab complains like this:<br>
        <br>
            elseif or[(model==3) (model==4)] then // FDD-LOG / CLOG<br>
      </div>
    </blockquote>
    <br>
    if <tt>model</tt> is a scalar, just write<br>
    <br>
    <tt>elseif or(model==[3 4]) then // FDD-LOG / CLOG</tt><tt><br>
    </tt><br>
    Samuel<br>
    <br>
  </body>
</html>