Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

find patterns in nominal arrays

1 visualización (últimos 30 días)
Vanessa
Vanessa el 3 de Ag. de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hello everyone!!!
I have an array with two columns and nominal values.
[N N]
[N N]
[N S]
[S N]
[N N]
[N N]
[N N]
[N S]
[S N]
[N N]
I want to find the pattern
[N N]
[N S]
[S N]
and merge the cells into one [N N]
How can I do it?
Thank you!!!
Vanessa
  3 comentarios
Vanessa
Vanessa el 3 de Ag. de 2017
it's a nominal array
José-Luis
José-Luis el 3 de Ag. de 2017
Learned something today. Didn't know this data type existed. I don't have the required toolboxes so I can't play around with it.
Your question is pretty straightforward for an array of characters.
How do you get your nominal array?

Respuestas (1)

KSSV
KSSV el 3 de Ag. de 2017
Editada: KSSV el 3 de Ag. de 2017
Read about ismember...

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by