Extract values common to 5 columns
古いコメントを表示
Hi, I have a matrix A with 5 columns (1 to 5). I want to compare columns 1 through 5 and then extract values common to all 5 columns. Put the extracted values (common to all 5 columns) into a separate matrix called Match. Thank you!
4 件のコメント
James Tursa
2020 年 1 月 24 日
What have you done so far? What specific problems are you having with your code?
Curious Mind
2020 年 1 月 24 日
編集済み: Curious Mind
2020 年 1 月 24 日
Star Strider
2020 年 1 月 24 日
Is this homework? If so we can only give hints.
If it is not homework, I will post my general solution.
Curious Mind
2020 年 1 月 24 日
採用された回答
その他の回答 (1 件)
James Tursa
2020 年 1 月 24 日
0 投票
Hint: Look at the result of diff(A,[],2). If all the values in a row are equal, what would you expect to be in the result of this diff calculation? Can you devise a test base on this result to see if every value in a row is the same?
カテゴリ
ヘルプ センター および File Exchange で Matrices and Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!