|
/ }4 H. H( y% o; `# lpcolor(C) draws a pseudocolor plot. The elements of C are linearly mapped to an index into the current colormap. The mapping from C to the current colormap is defined by colormap and caxis. 5 P2 ?% A* H& t! z7 c0 R
1 k3 C2 U! l! M- c4 H3 l# D
pcolor(X,Y,C) draws a pseudocolor plot of the elements of C at the locations specified by X and Y. The plot is a logically rectangular, two-dimensional grid with vertices at the points [X(i,j), Y(i,j)]. X and Y are vectors or matrices that specify the spacing of the grid lines. If X and Y are vectors, X corresponds to the columns of C and Y corresponds to the rows. If X and Y are matrices, they must be the same size as C. 0 n, K) d" q/ T7 p: u( a4 y
. c6 m9 n, K {" l- ~% I: M2 }
pcolor(axes_handles,...) plots into the axes with handle axes_handle instead of the current axes (gca).+ j2 @4 F: V8 m! ?$ V& F' M5 ]
我试着翻译一下,如下:1 v: s' E3 |) [( v1 X
pcolor(C)画出一个伪彩色图。C的元素线性地对应到当前的颜色分配表中。这从C到当前颜色分配表的对应是由颜色分配表和指定坐标轴的颜色定义的。" T, W% U4 t+ L4 m7 e% N
pcolor(X,Y,C)画出一个伪彩色图,其元素的位置由X,Y来决定。这个图形在逻辑上是矩形的, 以[X(i,j), Y(i,j)]为顶点的二维格子。X,Y是说明格子线分配的向量或者矩阵。如果X,Y是向量,X对应C的列,Y对应行。如果X,Y都是矩阵,他们必须与C同型。
8 p3 m- X# R0 x/ ~8 [+ Hpcolor(axes_handles,...) 用句柄axes_handle代替当前坐标轴来画图。
1 \$ a$ e3 z. {不够专业,凑合着看吧.呵呵. |
|