码迷,mamicode.com
首页 > 其他好文 > 详细

slice切片函数

时间:2014-11-18 13:13:58      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:blog   http   color   ar   os   sp   2014   log   ad   

clc;
clear all;
close all;

[X,Y,Z,V] = flow;
x1 = min(min(min(X)));
x2 = max(max(max(X)));
y1 = min(min(min(Y)));
y2 = max(max(max(Y)));
z1 = min(min(min(Z)));
z2 = max(max(max(Z)));
sx = linspace(x1 + 1.3,x2,5);%五个垂直x面的切片;
sy = 0;
sz = 0;
slice(X,Y,Z,V,sx,sy,sz);
view([-33,36]);
shading interp;
colormap jet;bubuko.com,布布扣

slice切片函数

标签:blog   http   color   ar   os   sp   2014   log   ad   

原文地址:http://www.cnblogs.com/Kermit-Li/p/4105474.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!