Plot implicit function
fimplicit(
plots
the implicit function defined by f
)f(x,y) = 0
over
the default interval [-5 5]
for x
and y
.
fimplicit(
plots
into the axes specified by ax
,___)ax
instead of into the
current axes. Specify the axes as the first input argument, prior
to any of the previous input arguments.
fimplicit(___,
specifies
the line style, marker symbol, and line color. For example, LineSpec
)'-r'
plots
a red line.
fimplicit(___,
specifies
line properties using one or more name-value pair arguments. For example, Name,Value
)'LineWidth',2
specifies
a line width of 2 points.
returns
the implicit function line object. Use fp
= fimplicit(___)fp
to access
and modify properties of the line after it is created. For a list
of properties, see Implicit
Function Line Properties.