vectorindex

Evaluate n-dimensional arrays at vectors of indices.

Vous suivez désormais cette soumission

VECTORINDEX evaluates an n-dimensional array at the indices specified in vector form. For example, if v=[1;3;1] and A is a 3-dimensional array, then vectorindex(A,v) is the same as A(1,3,1). The code utilizes linear indexing, but it is written for speed; all for loops are avoided. This is intended particularly for use with high-dimensional tensors, but will also work on vectors and matrices.

Citation pour cette source

Chad Lieberman (2026). vectorindex (https://fr.mathworks.com/matlabcentral/fileexchange/38176-vectorindex), MATLAB Central File Exchange. Extrait(e) le .

Catégories

En savoir plus sur Operators and Elementary Operations dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0