how to break the the simulation

Hi,
I have following cell array of list of names,I want to check if any different name consecitively appearse, then break the loop, and copy the rows corresponding those two consecutive names
Kham 4
Kham 7
Kham 8
Kham 2
Tpal 4
Raki 1
Hayi 5
Unk 7
my desired output is(two rows concatenate row wisw(side by side):
Kham 2 Tpal 4
if no different names appears consecutively, then just extract first two rows for example(I every time my input matrix is different):
Kham 4
Kham 7
Kham 8
Kham 2
in this my output should be: Kham 4 Kham 7
Thanks for the help in advance

Respuestas (0)

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 14 de Abr. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by