plotEllipse edit page

plot multiple ellipses

Syntax

[a,b] = principalComponents(grains);
plotEllipse(grains.centroid,a,b,'lineColor','r')

Input

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

Options

lineColor colorspec

See also

grain2d.plot grainBoundary.plot grain2d.principalComponents