필터 지우기
필터 지우기

Access specific indexing values for 3D array

조회 수: 1 (최근 30일)
fatoma Saml
fatoma Saml 2021년 7월 17일
답변: Matt J 2021년 7월 17일
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