| Neural Network Toolbox | |
| Provide feedback about this page |
Syntax
Description
P |
R x Q matrix |
and returns the R x 2 matrix PR of minimum and maximum values for each row of P.
Alternatively, P can be an M x N cell array of matrices. Each matrix P{i,j} should have Ri rows and Q columns. In this case, minmax returns an M x 1 cell array where the mth matrix is an Ri x 2 matrix of the minimum and maximum values of elements for the matrix on the ith row of P.
Examples
P = [0 1 2; -1 -2 -0.5] pr = minmax(P) P = {[0 1; -1 -2] [2 3 -2; 8 0 2]; [1 -2] [9 7 3]}; pr = minmax(P)
| Provide feedback about this page |
![]() | midpoint | mse | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |