1.0

1.0 | 2 ratings Rate this file 2 Downloads (last 30 days) File Size: 1.2 KB File ID: #37072

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

by Brenden Epps

 

08 Jun 2012 (Updated 11 Jun 2012)

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

| Watch this File

File Information
Description

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.

MATLAB release MATLAB 7.10 (R2010a)
Tags for This File  
Everyone's Tags
min
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Comments and Ratings (4)
12 Jun 2012 Sven Koerner

I join in Shauns opinion.

12 Jun 2012 Sven Koerner  
10 Jun 2012 Jan Simon

I do not think, that "minn(x)" and the overhead for calling a function is better than using "min(x(:))" directly - and this is the full source code of minn() already.

08 Jun 2012 Shaun

contribute don't pollute
you saved a couple of characters

Updates
11 Jun 2012

updated Description

Contact us