tableから条件を満たす内容だけの抽出
Show older comments
現在、tableに関する情報の中から同じグループに関するものだけを抽出したいと考えています。
例えばAというテーブルで
1 3 2
1 4 5
1 5 6
1 6 8
2 3 7
2 5 3
2 7 4
3 9 6
3 4 2
というものが存在している時に
一列目に関して[1,2,3]というグループに関する情報をそれぞれ抽出したいのですがどのようにすればよろしいですか
Answers (0)
Categories
Find more on table in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!