Programmer Guide/Command Reference/EVAL/limit: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
Contents
limit
Limit the input values to a particular range of values.
Usage:
limit(val, lo, hi)
Function:
Limit the val values to the range of values between lo and hi (lo<=val<=
hi). VAlues outside the range are set to the boundary values.
Parameters:
- val
- The input scalar, vector or matrix.
- lo
- The lower boundary scalar.
- hi
- The upper boundary scalar.