필터 지우기
필터 지우기

Multidimensional array: how to extract several dimensions at same time?

조회 수: 3 (최근 30일)
Hi all,
Imagine there is a 4d array like this:
arrayA = rand(5, 4, 3, 2);
Now I need a new arrayB which contains all elements of dimension 1, 2, 4 and only first elements of dimension 3, such that the new array is:
size(arrayB)
ans =
5 4 1 2
how can I do this?

채택된 답변

Stephen23
Stephen23 2017년 7월 3일
편집: Stephen23 2017년 7월 3일

추가 답변 (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