On 21/01/2014 13:38, A Khorshidi wrote:
Hi;
Is there an equivalent for the Matlab function "null" in Scilab?
Thank you
Mehran
_
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users
Reading the title of your messgae,I guess you might want ot have a look
at the function isempty
A=[];
if isempty(A)
disp("kowabunga")
end
--
Adrien Vogt-Schilb
PhD Student (Cired)
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users