indmax

Finds maximum and its index of an N-dimensional array.
904 Downloads
Updated 30 Jan 2008

No License

[ind,maxi]=indmax(x)

Finds index to and maximum of N-dimensional array

ind is cell array
maxi is scalar

Example:
r=rand([2 3 4])
[ind,maxi]=indmax(r)
so that
maximum=r(ind{:})

Cite As

Andreas Hoechner (2026). indmax (https://in.mathworks.com/matlabcentral/fileexchange/18518-indmax), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Descriptive Statistics in Help Center and MATLAB Answers
Version Published Release Notes
1.0.0.0