plotEllipsoid edit page

plot multiple ellipses

Syntax

[a,b,c] = principalComponents(grains);
plotEllipsoid(grains.centroid,a,b,c,'faceColor','r')

Input

center center of the ellipsoid vector3d
a,b,c half axes of the ellipsoid vector3d

Options

faceColor colorspec

See also

grain3d.plot grain3d.centroid grain3d.principalComponents