<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 21/01/2014 13:38, A Khorshidi wrote:<br>
    </div>
    <blockquote cite="mid:DUB112-W125AE7FFEC6D6F32AA14008A3A40@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
      <div dir="ltr">Hi; <br>
        <br>
        Is there an equivalent for the Matlab function "null" in Scilab?
        <br>
        <br>
        Thank you<br>
        Mehran
      </div>
    </blockquote>
    Hi<br>
    <br>
    Yes. It's called "null"<br>
    <br>
    For instance:<br>
    foo = list(23,"a")<br>
    foo(2) = null()<br>
    <br>
    <br>
    Note that for matrices you can delete elements using empty matrices
    []<br>
    <br>
    foo= 2*(1:3);<br>
    <br>
    foo(2) = []<br>
    <br>
     foo  =<br>
     <br>
        2.    6.  <br>
    <pre class="moz-signature" cols="72">-- 
Adrien Vogt-Schilb
PhD Student (Cired)</pre>
  </body>
</html>