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