[Scilab-users] Logical zero

Stéphane Mottelet stephane.mottelet at utc.fr
Mon Feb 1 09:20:43 CET 2016


Le 01/02/2016 09:10, shamikam a écrit :
> Is there a Scilab equivalent for the false function in Matlab? I want to
> create a matrix of logical zeros. Is there any other way to do it.
>
> Shamika
>
>
>
>
>
>
> --
> View this message in context: http://mailinglists.scilab.org/Logical-zero-tp4033361.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
Many ways, such as

~ones(n,m), zeros(n,m)>0, ...

S.

-- 
Département de Génie Informatique
EA 4297 Transformations Intégrées de la Matière Renouvelable
Université de Technologie de Compiègne -  CS 60319
60203 Compiègne cedex




More information about the users mailing list