Scilab 5.5.2
- Scilabヘルプ
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Exponential
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- symbolic
- Trigonometry
- and
- &
- cat
- cell2mat
- cellstr
- iscolumn
- isempty
- isequal
- ismatrix
- isrow
- isscalar
- issquare
- isvector
- lstsize
- modulo
- ndims
- nthroot
- num2cell
- or
- |
- sign
- size
- unwrap
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
|
論理和演算子
呼び出し手順
A|B
説明
A|B
は論理値行列A
および
B
の要素毎の論理和を出力します.
A
および B
は
同じ次元の行列または片方が論理値スカラーである必要があります.
例
[%t %t %f] | [%f %t %t] [%t %t %f] | %f
参照
- or — 配列の要素の論理和
- and — 配列の要素の論理積
- and 演算子 (&) — 論理積演算子
- not — (~) 論理否定
- find — 論理値ベクトルまたは行列のtrue要素の添え字を見つける
Report an issue | ||
<< or | Elementary Functions | sign >> |