필터 지우기
필터 지우기

reshape an array into other arrays

조회 수: 1 (최근 30일)
Rica
Rica 2015년 7월 6일
답변: Walter Roberson 2015년 7월 6일
Hi all, I want to reshape an array of size (1X12) into array with a size of 1X5 and the last arry should contain the rest (1X2).
regards

채택된 답변

Walter Roberson
Walter Roberson 2015년 7월 6일
mat2cell(TheVector, 1, [5 5 2])

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by