Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つの値があり、それらを配列で見つけたいと考えています。この値は同じインデックスを持っています
例:
0 0 1 2 2 3 4 5
(1,2) を探しているので、インデックスは 2 です
find(example(1:end-1)==val(1) & example(2:end) ==val(2))
または、適切なツール ボックス (econ?) がある場合は、lagmatrix と bsxfun を使用して行全体を比較します。