Access specific indexing values for 3D array

1 次查看(过去 30 天)
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.

采纳的回答

Matt J
Matt J 2021-7-17
Why not do,
A(index,1,:)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by