How to find a vector in a matrix?

1 回表示 (過去 30 日間)
M G
M G 2013 年 9 月 4 日
コメント済み: nalja mot 2018 年 12 月 25 日
Hi all,
Assume a vector:
v = [1:3:1000];
How can I find the number of columns of each value in the vector:
x = [100, 280, 781, 925, 997];
in the bigger vector, v.
I tried:
y = find(x == v)
But no success! Any hint is greatly appreciated :)

採用された回答

Matt J
Matt J 2013 年 9 月 4 日
[~,y]=ismember(v,x)
  1 件のコメント
nalja mot
nalja mot 2018 年 12 月 25 日
thank you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by