How to divide matrix into sub matrix
이전 댓글 표시
I have the matrix: time=0:0.05:8; and I'm trying to divide it into multiple matrices of 4. I tried using:
TIME=mat2cell(time,1,4) but i don't know what I'm doing wrong.
댓글 수: 1
Greg
2018년 2월 4일
Can you elaborate? I'm not following "multiple matrices of 4." What are you wanting to do with the sub-matrices?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!