Plot Markov chain redistributions
distplot(
uses additional
options specified by one or more name-value pair arguments. For example, specify the type of plot or the frame rate for animated plots.mc
,X
,Name,Value
)
distplot(
plots on the axes specified by ax
,___)ax
instead of
the current axes (gca
) using any of the input arguments in the previous
syntaxes. The option ax
can precede any of the input argument combinations in the previous syntaxes.
returns a handle to the distribution plot. Use h
= distplot(___)h
to modify properties of the plot after
you create it.