Conversion of 4D array to a 2D array
이전 댓글 표시
I have 4D array E1 = E(13,1,8:20,1:800), and would like to convert it into a 2D array. The E1 displays the output as: val(:, :, 1, 1) = .... val(:, :, 2, 1) =..... ...................... ...................... val(:, :, 13, 800)=..... Now, I would like to generate a 2D output with 1:800 in rows and 8:20 in columns.
댓글 수: 4
madhan ravi
2018년 8월 21일
Can you show an example which is simple?
Walter Roberson
2018년 8월 21일
What is E(13,1,8:20,1:800) intended to convey ?
uvejb
2018년 8월 21일
uvejb
2018년 8월 21일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Data Types에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!