Access and store cell arrays in a new variable

1 view (last 30 days)
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 Comments
Jan
Jan on 7 Jun 2013
What is the contents of the cell? Is 5 an "even cell number"?
Ricky
Ricky on 7 Jun 2013
I am sorry Jan it should be 4,6,8 ...... the cell is of type double and contains values from a sensor

Sign in to comment.

Answers (1)

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

Categories

Find more on Cell Arrays in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!