[Scilab-users] null space and nullity of a matrix

Adrien Vogt-Schilb vogt at centre-cired.fr
Tue Jan 21 13:53:39 CET 2014


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
> users at lists.scilab.org
> 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)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20140121/ad8b704b/attachment.htm>


More information about the users mailing list