2)创建图窗,设置喜欢的colorbar颜色~ f1=figure('name','Zhihu Num.5');FS=12;s=35;LW=1.5;Left=100;Bottom=100;Width=1000;Height=650;set(gcf,'position',[Left,Bottom,Width,Height])c=rgbmap('baby pink','bright blue','dark blue',numel(data)); 这里用到了rgbmap来指定颜色,很方便,可见链...
1. 生成数据:生成x、y、data三个维度相同的随机数列。2. 创建图窗与设置colorbar颜色:采用rgbmap指定颜色,详情可见先前文章链接。3. 数据排序:使用sortrows()函数,确保数据按照所需顺序排列。4. 绘制三维散点图:设定z_plot、s(散点大小)、c(散点颜色)参数,调整视角。5. 设置colorbar:...
matlab自带的colormap真的是太少了,而NCL的color tables选择特别多!于是我就把NCL的color tables搬过来给matlab画图用。NCL的color tables看这里http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml#White-in-the-middle 是不是眼睛都看花了!!!说明一下,由于NCL的color table真的是太多了,所以...
是不是LZ的matlab哪出现问题了,我将上面的程序复制到我的matlab上可以显示图片,LZ可以把matlab关闭重新打开试试,以下是我运行出的图片(所用的是256*256的lena灰度图片):
matlab自带的colormap真的是太少了,而NCL的color tables选择特别多!于是我就把NCL的color tables搬过来给matlab画图用。NCL的color tables看这里http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml#White-in-the-middle 是不是眼睛都看花了!!!说明一下,由于NCL的color table真的是太多了,所以...