Extracting data from a cell array

Hi, I have a 10 x 1 cell array.Each 1 x 1 cell has 192 bits(binary).So 10 different 192 bit vectors. Now i need to extract bits from each cell array,like first 15 bits,16:25 .... from each cell array,how can i do this ?
Attached is the csv file from which i imported this cell array

 採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2015 年 6 月 18 日

0 投票

out=cellfun(@(x) x(1:15),YourcellArray,'un',0)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Import and Analysis についてさらに検索

質問済み:

2015 年 6 月 18 日

編集済み:

2015 年 6 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by