<< length | Elementary functions | log >> |
V = linspace(s, e) |
V = linspace(s, e, n) |
first value: a scalar, single or double.
last value: a scalar, single or double.
Number of points: a scalar, single or double (by default 100).
result of linspace: an linearly spaced vector.
linspace generates an linearly spaced vector.
V = linspace(1+2i, 10+10i, 4)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET