Scilab 5.5.2
- Aide de Scilab
- Scilab
- Mots clés Scilab
- ans
- backslash
- brackets ([,])
- colon
- comma
- comments
- dot (.)
- else
- elseif
- empty ([])
- end
- extraction
- global
- hat (^)
- insertion
- left ([)
- minus (-)
- not (~)
- parentheses ( )
- percent (%)
- plus (+)
- power
- quote (')
- semicolon
- slash (/)
- star (*)
- symbols
- tilde
- try
- comparison
- dollar
- equal
- less
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
not (~)
négation logique
Séquence d'appel
~A
Description
~A
renvoie la négation élément par élément de la
matrice booléenne A
.
Exemples
~[%t %t %f]
Voir aussi
Report an issue | ||
<< minus (-) | Mots clés Scilab | parentheses ( ) >> |