MINN(x) returns the overall minimum value of matrix x

MINN(x) returns the overall minimum value of matrix x
255 Downloads
Aktualisiert 11. Jun 2012

Lizenz anzeigen

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.

Zitieren als

Brenden Epps (2024). 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. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2010a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Matrices and Arrays finden Sie in Help Center und MATLAB Answers
Tags Tags hinzufügen
min

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

updated Description

1.0.0.0