Borrar filtros
Borrar filtros

How can I extract only the information about the same group from the table information?

2 visualizaciones (últimos 30 días)
Currently, I would like to extract only the information about the same group of tables.
For example, in a table named 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
I want to extract the information about the group [1,2,3] for the first column.
  4 comentarios
dpb
dpb el 18 de En. de 2021
Actually, rereading the Q? and looking at the data more closely, I'm guessing what OP is looking for is grouping variables.
Depending upon just what is meant by "table" here, rowfun, varfun or findgroups, splitapply are likely what is really wanted/need.
shoki kobayashi
shoki kobayashi el 19 de En. de 2021
Thanks for the reply, @dpb and @Maadhav Akula.
Using ismember worked for me.
I'm sorry that my question was misinterpreted.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Tables en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by