搜索资源列表
PColor
- 行业应用软件 对MAPGIS图形库的颜色进行系统编辑。-Industry application software on the color graphics library MAPGIS system editor.
GenAlgo
- A sample function of two variables. PEAKS is a function of two variables, obtained by translating and scaling Gaussian distributions, which is useful for demonstrating MESH, SURF, PCOLOR, CONTOUR, etc.-A sample
m_map
- MATLAB绘图高质量的地理或地质图片插件-MATLAB geographical or geological mapping of high-quality pictures plug-in
pcolor
- 旋度函数解释 绘制矩阵的等高线图 MATLAB内建色图-Matrix rotation function interpretation of contour maps drawn MATLAB built-in color map
pcolorCentered.m
- In Matlab, pcolor won t do a checkerboard square centered on the datapoint, so instead, this forces it into centering the points.
colormapconcatenate
- Using the pcolor knowlegde and colormap concatenation technique to create axes objects with different colormaps-Using the pcolor knowlegde and colormap concatenation technique to create axes objects with differen
newfile5
- 【例6.4-1】本例演示:pcolor , contour, contourf的调用格式;等位线标高指令 clabel 的配合使用和区别;colorbar在用户指定位置上创建着色标尺;subplot子图位置的控制;图形窗背景底色的设置。(图6.4-1)-Example 6.4-1 This example demonstrates: pcolor, contour, contourf' s call format the bit
pcolor uigetfile
- 适用于MATLAB画三维彩图,可用于画多参数平面图。(It can be used for drawing three-dimensional pictures and multi parametric graphs with MATLAB.)
MATLABB
- MATLAB绘制栅格化地图 %创建具有障碍物的栅格地图 %矩阵中0代表黑色栅格 a = ones(20); a(3,3:7)=0; a(3:10,7)=0; a(10,3:7)=0; a(17,13:17)=0; a(10:17,13)=0; a(10,13:17)=0; a(14,15)=0; b = a; %disp(a(end,end)); b(end+1,end+1) = 0; %disp(b); colormap([0 0