Access specific indexing values for 3D array

1 Ansicht (letzte 30 Tage)
fatoma Saml
fatoma Saml am 17 Jul. 2021
Beantwortet: Matt J am 17 Jul. 2021
Hello;
I have 3d array with size A(24,1,80),which contains 80 matrices of size 24x1. For all these matrices I want to select specific indexing values such as index(8,23,4,13,5,20,2,18,15,7), the index has a size of (1x10). any help I really appreciate it.

Akzeptierte Antwort

Matt J
Matt J am 17 Jul. 2021
Why not do,
A(index,1,:)

Weitere Antworten (0)

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by