Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
vectorfind
ベクトルに一致する行列の行または列を見つける
呼び出し手順
ind = vectorfind(m,v[,job])
引数
- m
任意の型の行列(vと同じ型)
- v
任意の型のベクトル(mと同じ型)
- job
1文字の文字列: オプションのフラグで,使用可能な値は, 一致する行をさがす "r" または一致する列を探す "c"です. デフォルト値は "r"です.
- ind
一致した行または列の添字を含む行ベクトル
説明
ベクトルに一致する行列の行または列を見つけます.
例
Report an issue | ||
<< members | searchandsort | setoperations >> |