필터 지우기
필터 지우기

how to convert 3d array into 3 column vectors

조회 수: 1 (최근 30일)
VANDANA GUPTA
VANDANA GUPTA 2019년 10월 29일
댓글: Fabio Freschi 2019년 10월 29일
i have data (vand_sph61-11.mat) which is in 3d-array of size 1801x59x109. i want to split it into 3 column vectors as 1801x1, 59x1 and 109x1 size. i provided my data here
  댓글 수: 1
Fabio Freschi
Fabio Freschi 2019년 10월 29일
You can't!
The 3d-array has 1801x59x109=11582231 elements, you want 3 vectors with a total of 1801+59+109 = 1969 elements.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by