how to convert 768*8 matrix into 768 number of 8*1 cells using matlab

댓글 수: 1

Fangjun Jiang
Fangjun Jiang 2020년 8월 13일
couldn't figure it out using the examples in "doc mat2cell"?

댓글을 달려면 로그인하십시오.

답변 (2개)

David Hill
David Hill 2020년 8월 13일

0 개 추천

newCell=mat2cell(yourMatrix,ones(size(yourMatrix,1),1));

카테고리

도움말 센터File Exchange에서 Data Type Conversion에 대해 자세히 알아보기

질문:

2020년 8월 13일

답변:

2020년 8월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by