tableから条件を満たす内容だけの抽出

現在、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

Products

Release

R2019b

Tags

Asked:

on 15 Jan 2021

Community Treasure Hunt

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

Start Hunting!