Last chance! 50% off unlimited learning
Sale ends in
Provides an interface to use image
by providing three equal length vectors for x, y and z coordinates.
image_xyz( x , y , z , ... )
vector of x values
vector of y values
vector of z values
other parameters to pass to image
This function merely constructs a matrix suitable for image
, using x, y and z coordinates.