Creates an XY Vector from two separate vectors. An XY Vector is a vector that has a reference (see Vector References ). The resulting vector will have y values defined by argument 1 and the x values (i.e. its reference) of argument 2.
Number | Type | Compulsory | Default | Description |
---|---|---|---|---|
1 |
real array |
Yes |
|
y vector |
2 |
real array |
Yes |
|
x vector |
Return type: real array
|