Robochameleon
v1.0
|
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... | |
Finds min-max range of a vector/matrix.
Definition in file findrange.m.
function findrange | ( | in | x | ) |
Finds min-max range of a vector/matrix.
x | Input vector/matrix |
minmax | Vector holding [min, max] |
minmax_struct | Structure with x.min, x.max |