フィルターのクリア

equal of some arrays two vector

2 ビュー (過去 30 日間)
mohammad azsad
mohammad azsad 2014 年 11 月 2 日
コメント済み: mohammad azsad 2014 年 11 月 2 日
in part of my program there are two equal size vector i want to write a loop that find arrays that equal with each other and these arrays must be use go on,help me?

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 11 月 2 日
a=[1;2;3;4;6];
b=[0;2;3;5;6]
idx=find(a==b)
  1 件のコメント
mohammad azsad
mohammad azsad 2014 年 11 月 2 日
thanks so much

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

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by