Main Content
plot
Description
plot(
specifies the line properties using one or more name-value arguments.shape
,Name,Value
)
Example: plot(shape,Color="r",LineWidth=2)
plots the boundary of
the shape as a red line with a width of 2 pixels.
p = plot(___)
returns the line object. Use
p
to modify properties of the line after it is
created.
Examples
Input Arguments
Version History
Introduced in R2021b