Mathematica中文论坛-非官方
标题:
豆粑粑 平面和曲面同时画 不同的透明程度surf slice
[打印本页]
作者:
meatball1982
时间:
2017-4-25 08:59
标题:
豆粑粑 平面和曲面同时画 不同的透明程度surf slice
实际上是没用slice的,当所有的面都是平面时,用slice就行了。
根据这个帖子所提的问题。
http://www.ilovematlab.cn/forum. ... p;extra=#pid3196063
fig_surf_and_slice.png
(134.45 KB, 下载次数: 1373)
下载附件
2017-4-25 08:58 上传
clear all
clc
clf
cen1 = [1 0];
cen2 = [0 1];
[x,y,z]=peaks(30);
X=[x-6 x];
Y=[y y];
Z=[-z z];
h1=surf(X,Y,Z/8,Z,'edgecolor','none')
hold on
h2=surf(-3*ones(size(x)),x,y-min(y(:)),z,'edgecolor','none')
colormap(jet)
alpha(h1,0.9)
alpha(h2,0.5)
axis tight
view(14,22)
h=gcf;
fig_na=['./fig_surf_and_slice'];
fun_work_li_035_myfig_out(h,fig_na,3)
复制代码
欢迎光临 Mathematica中文论坛-非官方 (http://ilovemathematica.com/)
Powered by Discuz! X3.2