Access specific indexing values for 3D array

1 visualización (últimos 30 días)
fatoma Saml
fatoma Saml el 17 de Jul. de 2021
Respondida: Matt J el 17 de Jul. de 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.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by