Download presentation
Presentation is loading. Please wait.
1
REVIEW 基本XYZ立體繪圖命令 MATLAB 程式設計與應用 張智星
2
高維度繪圖 3D Visualization Typical 3-D Graph Defining the View Lighting
Transparency Patch Volume Visualization Functions for Scalar Data Functions for Vector Data
3
高維度繪圖 3D Visualization
4
高維度繪圖 contourslice
5
高維度繪圖 isocaps
6
高維度繪圖 isocolors
7
高維度繪圖 isonormals
8
高維度繪圖 isosurface
9
高維度繪圖 reducepatch
10
高維度繪圖 reducevolume
11
高維度繪圖 shrinkfaces
12
高維度繪圖 slice
13
高維度繪圖 smooth3
14
高維度繪圖 subvolume
15
高維度繪圖 coneplot
16
高維度繪圖 coneplot
17
高維度繪圖 curl
18
高維度繪圖 divergence
19
高維度繪圖 interpstreamspeed
20
高維度繪圖 streamparticles
21
高維度繪圖 streamribbon
22
高維度繪圖 streamslice
23
高維度繪圖 streamtube
24
高維度繪圖 volumebounds
25
高維度繪圖 Scalar Data 指令 說明 contourslice
Draw contours in volume slice planes isocaps Compute isosurface end-cap geometry isocolors Compute the colors of isosurface vertices isonormals Compute normals of isosurface vertices isosurface Extract isosurface data from volume data patch Create a patch (multipolygon) graphics object reducepatch Reduce the number of patch faces reducevolume Reduce the number of elements in a volume data set
26
高維度繪圖 Scalar Data 指令 說明 shrinkfaces Reduce the size of each patch face
slice Draw slice planes in volume smooth3 Smooth 3-D data surf2patch Convert surface data to patch data subvolume Extract subset of volume data set
27
高維度繪圖 Vector Data 指令 說明 coneplot
Plot velocity vectors as cones in 3-D vector fields curl Compute the curl and angular velocity of a 3-D vector field divergence Compute the divergence of a 3-D vector field interpstreamspeed Interpolate streamline vertices from vector-field magnitudes streamline Draw stream lines from 2-D or 3-D vector data streamparticles Draw stream particles from vector volume data streamribbon Draw stream ribbons from vector volume data
28
高維度繪圖 Vector Data 指令 說明 streamslice
Draw well-spaced stream lines from vector volume data streamtube Draw stream tubes from vector volume data stream2 Compute 2-D stream line data stream3 Compute 3-D stream line data volumebounds Return coordinate and color limits for volume (scalar and vector)
29
Volume Visualization: volvec
30
3D Visualization Moving the Camera Through a Scene
31
3D Visualization Adding Lights to a Scene
32
3D Visualization Transparent Isosurface
33
3D Visualization Specifying Flat Edge and Face Coloring
34
Applications
35
Applications
36
Applications
37
Applications
38
Applications
39
SUMMARY 指令 說明 bar, barh, bar3, bar3h 長條圖 area 面積圖 pie, pie3 扇形圖
stem, stem3 針頭圖 stairs 階梯圖 fill, fill3 實心圖 quiver, quiver3 向量場圖 contour, contourf, contour3 等高線圖
40
SUMMARY 指令 說明 coneplot 以圓錐瓶畫出三度空間的向量場圖 contourslice 在三度空間的切面上畫出等高線
isosurface 從容積資料中算出等高面資料 isocaps 計算等高面在端點切片的等高資訊 isonormals 計算等高面的法向量 slice 在三度空間的切片 streamline 從 2–D 或 3–D 的流線資料來畫出流線圖 isocolors 計算等高區面頂點的顏色(第六版才支援) divergence 計算3-D向量場的亂度(Divergence)(第六版才支援) curl 計算3-D向量場的curl 及垂直方向的角速度(第六版才支援)
41
SUMMARY streamtube 由向量資料畫出流線管(Stream Tubes)(第六版才支援) streamribbon
由向量資料畫出流線緞帶(Stream Ribbons)(第六版才支援) streamslice 由向量資料畫出間隔分明的流線 (第六版才支援) streamparticles 由向量資料畫出流線粒子(Stream Particles)(第六版才支援) interpstreamspeed 由速度對流線頂點做內差(Interpolation)(第六版才支援) volumebounds 傳回容積資料的座標及顏色極限值(第六版才支援)
42
REVIEW 2D相關繪圖 MATLAB 程式設計與應用 張智星
Similar presentations