plot
Plot parametric model
Description
plot(
specifies options using one or more name-value arguments in addition to argument from
previous syntax. For example, model
,Name=Value
)plot(model,Color="r")
sets the color of
the plot to red.
specifies options
using one or more name-value arguments. For example,
H
= plot(___)plot(model,Color="r")
sets the color of the plot to red.