Robochameleon  v1.0
Functions
findrange.m File Reference

Finds min-max range of a vector/matrix. More...

Go to the source code of this file.

Functions

function findrange (in x)
 Finds min-max range of a vector/matrix. More...
 

Detailed Description

Finds min-max range of a vector/matrix.

Author
Robert Borkowski
See also
pwr, symb2bits
Version
1

Definition in file findrange.m.

Function Documentation

function findrange ( in  x)

Finds min-max range of a vector/matrix.

Parameters
xInput vector/matrix
Return values
minmaxVector holding [min, max]
minmax_structStructure with x.min, x.max