how to retrieve a part from a cell array ?

3 次查看(过去 30 天)
Hello;
how to copy a part of cell array (64,15,907) to another cell array (32,15,907)(i.e: copy only odd rows:1,3,5,....,63).

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2014-4-4
A=num2cell(1:10)
B=A(1:2:end)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Types 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by