Creates a new Matrix object with explicit domain and sampling parameters.
Arguments
- xmin
Minimum x value (start of x domain)
- xmax
Maximum x value (end of x domain)
- nx
Number of columns
- dx
X sampling period (step between columns)
- x1
X value of first column
- ymin
Minimum y value (start of y domain)
- ymax
Maximum y value (end of y domain)
- ny
Number of rows
- dy
Y sampling period (step between rows)
- y1
Y value of first row
See also
matrix_create_simple for simpler creation,
Matrix for object methods