Access and store cell arrays in a new variable

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

What is the contents of the cell? Is 5 an "even cell number"?
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)

out = [cell{the indices of what you want to store}]

Categories

Asked:

on 7 Jun 2013

Community Treasure Hunt

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

Start Hunting!