Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.4.1 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Elementary Functions > |

|

論理和演算子

呼び出し手順

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 >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Apr 02 17:37:32 CEST 2013