<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<br>
_<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
</blockquote>
Reading the title of your messgae,I guess you might want ot have a
look at the function isempty<br>
<br>
A=[];<br>
if isempty(A)<br>
disp("kowabunga")<br>
end<br>
<br>
<br>
<br>
<pre class="moz-signature" cols="72">--
Adrien Vogt-Schilb
PhD Student (Cired)</pre>
</body>
</html>