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]というグループに関する情報をそれぞれ抽出したいのですがどのようにすればよろしいですか

回答(0 个)

类别

帮助中心File Exchange 中查找有关 table 的更多信息

产品

版本

R2019b

标签

Community Treasure Hunt

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

Start Hunting!