Mathematica中文论坛-非官方
标题:
豆粑粑 一个图,两个子图,两个colormap
[打印本页]
作者:
meatball1982
时间:
2016-7-25 23:57
标题:
豆粑粑 一个图,两个子图,两个colormap
两个subplot
两个子图,两个不同的colormap
clear all
clc
[x1,y1,z1]=peaks(30);
[x2,y2,z2]=peaks(40);
h=gcf;
set(h,'position',[1000,100,400,800]);
sp1=subplot(2,1,1)
surf(x1,y1,z1,'edgecolor','none')
colormap(sp1,'cool')
sp2=subplot(2,1,2)
surf(x2,y2,z2,'edgecolor','none')
colormap(sp2,'hot')
复制代码
fig_2sub_plot.jpg
(103.22 KB, 下载次数: 1384)
下载附件
2016-7-25 23:57 上传
欢迎光临 Mathematica中文论坛-非官方 (http://ilovemathematica.com/)
Powered by Discuz! X3.2