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

1 vue (au cours des 30 derniers jours)
Xiaohan Du
Xiaohan Du le 3 Juil 2017
Commenté : Xiaohan Du le 3 Juil 2017
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?

Réponse acceptée

Stephen23
Stephen23 le 3 Juil 2017
Modifié(e) : Stephen23 le 3 Juil 2017

Plus de réponses (0)

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by