Access and store cell arrays in a new variable

1 回表示 (過去 30 日間)
Ricky
Ricky 2013 年 6 月 7 日
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 件のコメント
Jan
Jan 2013 年 6 月 7 日
What is the contents of the cell? Is 5 an "even cell number"?
Ricky
Ricky 2013 年 6 月 7 日
I am sorry Jan it should be 4,6,8 ...... the cell is of type double and contains values from a sensor

サインインしてコメントする。

回答 (1 件)

Iain
Iain 2013 年 6 月 7 日
out = [cell{the indices of what you want to store}]

カテゴリ

Help Center および File ExchangeData Types についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by