Access and store cell arrays in a new variable

1 visualización (últimos 30 días)
Ricky
Ricky el 7 de Jun. de 2013
hello ,
I have a cell array y of dimensions 672*1 . I want to store the even cell numbers in a different variable. I want to start from the fourth cell array and store the 4,5,6 and so on cell arrays in a new variable without cells. So it will be like an array . Please help how it can be solved.
Thanks in advance
  2 comentarios
Jan
Jan el 7 de Jun. de 2013
What is the contents of the cell? Is 5 an "even cell number"?
Ricky
Ricky el 7 de Jun. de 2013
I am sorry Jan it should be 4,6,8 ...... the cell is of type double and contains values from a sensor

Iniciar sesión para comentar.

Respuestas (1)

Iain
Iain el 7 de Jun. de 2013
out = [cell{the indices of what you want to store}]

Categorías

Más información sobre Data Types 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