Method image
| Improve this Doc View Sourceimage(Double[,], Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)
plimage: Plot a 2D matrix using cmap1 with automatic color adjustment
Declaration
public static void image(Double[, ] idata, Double xmin, Double xmax, Double ymin, Double ymax, Double zmin, Double zmax, Double Dxmin, Double Dxmax, Double Dymin, Double Dymax)
Parameters
Type | Name | Description |
---|---|---|
Double[,] | idata | A matrix containing function values to plot. Should have dimensions of nx by ny. |
Double | xmin | |
Double | xmax | |
Double | ymin | |
Double | ymax | |
Double | zmin | |
Double | zmax | |
Double | Dxmin | |
Double | Dxmax | |
Double | Dymin | |
Double | Dymax |
Remarks
Plot a 2D matrix using the cmap1 palette. The color scale is automatically adjusted to use the maximum and minimum values in idata as valuemin and valuemax in a call to plimagefr.