Mathematica中文论坛-非官方
标题:
豆粑粑,matlab 同一条线,不同的color
[打印本页]
作者:
meatball1982
时间:
2016-7-15 11:44
标题:
豆粑粑,matlab 同一条线,不同的color
虽然是画线,但其实是通过surface 来实现的。
在3D空间中画一个很细的面。
例子是y=sin(x)
效果还是相当华丽的。
x = 0:.05:2*pi;
y = sin(x);
z = zeros(size(x));
col =y+rand(size(y))*0.02; % This is the color, vary with x in this case.
surface([x;x],[y;y],[z;z],[col;col],...
'facecol','no',...
'edgecol','interp',...
'linew',4);
colormap(cool)
复制代码
diff_color_line_surf.jpg
(56.46 KB, 下载次数: 1401)
下载附件
2016-7-15 11:43 上传
欢迎光临 Mathematica中文论坛-非官方 (http://ilovemathematica.com/)
Powered by Discuz! X3.2