MF_zDataDensityMap
| MD_zDataDensityMap |
ME_zDataDensityMap |
MI_zDataDensityMap | MBI_zDataDensityMap | MSI_zDataDensityMap | MLI_zDataDensityMap | MQI_zDataDensityMap |
MU_zDataDensityMap | MUB_zDataDensityMap | MUS_zDataDensityMap | MUL_zDataDensityMap | MUQ_zDataDensityMap |
|
Function | plot a color-density map of a matrix into an existing coordinate system whose axes comprise the range of the indices of the matrix dimensions |
|
Syntax C/C++ | #include <Mgraph.h>
void MF_zDataDensityMap( fMatrix Z, ui ht, ui len ); |
C++ MatObj | #include <OptiVec.h>
void matrix<T>::zDataDensityMap( ); |
Pascal/Delphi | uses Mgraph;
procedure MF_zDataDensityMap( MZ:fMatrix; ht, len:UIntSize ); |
|
Description | This function is similar to MF_xyzDataDensityMap, but here MZ is plotted against the indices of its dimensions instead of explicit X and Y values. |
|
|