MINN(x) returns the overall minimum value of matrix x
Version 1.1.0.0 (1.2 KB) by
Brenden Epps
MINN(x) returns the overall minimum value of matrix x
MINN(x) returns the overall minimum value of matrix x (See also: MIN(x))
The only point of this function is to save two key strokes:
minn(x) == min(x(:))
If you use Matlab often and you value your time, then this function may appeal to you.
Cite As
Brenden Epps (2023). MINN(x) returns the overall minimum value of matrix x (https://www.mathworks.com/matlabcentral/fileexchange/37072-minn-x-returns-the-overall-minimum-value-of-matrix-x), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Matrices and Arrays in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.