Description Usage Arguments Value
This function takes two vectors X and Y that define a domain and a surface Z, and creates a matrix containing the coordinates.
X and Y are both 1D, surface is 2D
1 | coordinates(X, Y, surface)
|
X |
Vector of type integer - x domain |
Y |
Vector of type integer - y domain |
output is a matrix with 3 columns containing the coordinates X,Y,Z as column vectors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.