finding the values
古いコメントを表示
i have in A=[2 5 6 3 ] B=[3],B1=[4]
i want to compare A,B and A,B if value of B is found in A, i want to display value is found
please help
採用された回答
その他の回答 (1 件)
the cyclist
2012 年 3 月 3 日
0 投票
You need the ismember() command.
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!