CHAPTER 4

image

Display Volumes and Specialized Graphics

4.1 Volumes Visualization

MATLAB has a group of commands that allow you to represent different types of volumes. The following is the syntax of the most important.

coneplot(X, Y, Z, U, V, W, Cx, Cy, Cz)

coneplot(U, V, W, Cx, Cy, Cz)

coneplot(…,s)

coneplot(…,color)

coneplot(…,'quiver')

coneplot(…,'method')

coneplot(X, Y, Z, U, V, W, 'nointerp')

h = coneplot(…)

Vector graphics cones in 3-D vector fields. (X, Y, Z) define the coordinates of the vector field. (U, V, W) define the vector field. (Cx, Cy, Cz) define the location of the cones in the vector field. In addition they may include arguments ...

Get MATLAB Graphical Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.