Scilab-Branch-5.3-GIT
- Scilab help
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- symbolic
- Trigonometry
- abs
- amell
- and
- &
- cat
- cell2mat
- cellstr
- char
- delip
- diff
- exp
- inttrap
- isdef
- isempty
- isequal
- isequalbitwise
- isvector
- log
- log10
- log1p
- log2
- logm
- lstsize
- max
- maxi
- min
- mini
- modulo
- ndims
- norm
- or
- |
- pertrans
- sign
- signm
- size
- sort
- sqrt
- sqrtm
- squarewave
- toeplitz
- typeof
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要素の添え字を見つける
<< or | Elementary Functions | pertrans >> |