How to gte a whole column from a cell

1 visualización (últimos 30 días)
Ga Ma
Ga Ma el 3 de Abr. de 2020
Comentada: Ga Ma el 4 de Abr. de 2020
Now, i have a table looks like this, how can i get the 4th column? Like [Asia; Europe;Europe;Africa;Australia;and so on]
In addition, i still want to write some codes to identify them. For example, i want to know if it is 'Asia' or 'Europe' or not, i want to get a 245x1 matrix and the elements
should be logical number 1 or 0, but i don't know how to do that, please help me! Thanks.
  2 comentarios
madhan ravi
madhan ravi el 3 de Abr. de 2020
Your lease rephrase your first question.
Ga Ma
Ga Ma el 3 de Abr. de 2020
Hello, what I mean is that i want to get the fourth column as a 245x1 cell, like 【Asia;Europe;Europe;Africa;Australia;...】, is it clear?

Iniciar sesión para comentar.

Respuesta aceptada

madhan ravi
madhan ravi el 3 de Abr. de 2020
Wanted1 = fieldarray(:,4);
Wanted2 = ismember(fieldarray,{'Asia','Europe');

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by