Element-wise clamping of the values of the two-element vector a so that they are not less than the values of the two-element vector min and not greater than the values of the two-element vector max. The result is stored in a
a
min
max
a 2-element vector object
a 2-element vector specifying the minimum values
a 2-element vector specifying the maximum values
a clamped to [min, max]
[min, max]
Generated using TypeDoc
Element-wise clamping of the values of the two-element vector
a
so that they are not less than the values of the two-element vectormin
and not greater than the values of the two-element vectormax
. The result is stored ina