GenerateLinear |
Name | Description | |
---|---|---|
LinearRangeInt32(Int32, Int32) | Generate a linearly spaced sample vector within the inclusive interval (start, stop) and step 1. Equivalent to MATLAB colon operator (:). | |
LinearRangeInt32(Int32, Int32, Int32) | Generate a linearly spaced sample vector within the inclusive interval (start, stop) and the provided step. The start value is aways included as first value, but stop is only included if it stop-start is a multiple of step. Equivalent to MATLAB double colon operator (::). |