You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Chad Lieberman (2026). vectorindex (https://www.mathworks.com/matlabcentral/fileexchange/38176-vectorindex), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.44 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
