idnlhw/plot
(Not recommended) Plot input and output nonlinearity, and linear responses of Hammerstein-Wiener model
idnlhw/plot
is not recommended. Use nlhwPlot
instead to plot nonlinear ARX model nonlinearities. For more
information, see Version History.
Syntax
Description
plot(
plots the input and
output nonlinearity, and linear responses of a Hammerstein-Wiener model on a
Hammerstein-Wiener
plot. The plot shows the responses of the input and output
nonlinearity, and linear blocks that represent the model.model
)
plot(model1,...,modelN)
generates the plot for multiple
models.
plot(model1,LineSpec1...,modelN,LineSpecN)
specifies the
line style for each model. You do not need to specify the line style for all
models.
plot(___,
specifies plot properties using additional options specified by one or more
Name,Value
)Name,Value
pair arguments. This syntax can include any
of the input argument combinations in the previous syntaxes.