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 |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 11 Jun 2012 |
updated Description |
|
Contact us