Extracting data from a cell array

조회 수: 1 (최근 30일)
Luffy
Luffy 2015년 6월 18일
편집: Luffy 2015년 6월 18일
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일
out=cellfun(@(x) x(1:15),YourcellArray,'un',0)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by