plot vectors as two dimensional projections on the sphere
Syntax
plot(v)
plot(v,value)
plot(v,rgb)
plot(v,'MarkerSize',10)
plot(v,'contourf')
plot(v,'contour')Input
| v | vector3d |
| value | values to be displayed |
| rgb | [r g b] list of colors |
Options
| Marker | 'square', 'triangle', 'o','diamond' |
| MarkerSize | |
| MarkerFaceColor | |
| MarkerEdgeColor |
Flags
| smooth | plot point cloud as colored density |
| contourf | plot point cloud as filled contours |
| contour | plot point cloud as contours |