필터 지우기
필터 지우기

How to create 3d array(39X37X25) from double array(36075X1)?

조회 수: 1 (최근 30일)
Afroja Akter
Afroja Akter 2015년 7월 29일
답변: Walter Roberson 2015년 7월 29일
Hello everyone, I need to create a 3D array size39X37x25 from a 36075X1 array. Could anybody help me?

답변 (1개)

Walter Roberson
Walter Roberson 2015년 7월 29일
reshape(YourVector, 39, 37, 25)
Note that this will fill "down the columns". You did not specify the order you wanted the elements.

카테고리

Help CenterFile Exchange에서 Data Types에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by