Mathematica中文论坛-非官方
标题:
豆粑粑 按一定要求选择数据,并画图
[打印本页]
作者:
meatball1982
时间:
2016-7-25 14:42
标题:
豆粑粑 按一定要求选择数据,并画图
有三维数据一堆,要按一定的要求选择数据。这里是peaks函数的z值要大于2.4(其它的要求,按相同的选择方式处理。)
剩下的数据设置为nan。
通过hold on将两个图放在一起。
clear all
clc
clf
[x,y,z]=peaks(100);
z_new=z;
z_new(z_new<2.4)=nan;
colormap(cool)
hold on
h=surf(x,y,z,'edgecolor','none');
alpha(h,0.8)
mesh(x,y,z_new,'edgecolor','y')
hidden off
axis tight
view(-53,32)
复制代码
fig_part_big.jpg
(76.19 KB, 下载次数: 1292)
下载附件
2016-7-25 14:41 上传
欢迎光临 Mathematica中文论坛-非官方 (http://ilovemathematica.com/)
Powered by Discuz! X3.2