MATLAB Function Reference | Search  Help Desk |
plot |
performs a plot of the a taksug model
Syntax
f=plot(m)
f=plot(m,data)
f=plot(m,data,options)
Description
f=plot(m)
opens a new figure if needed and plots the model
m
. A complete user interface is set to allow advanced visualisation
options to be selected.
f=plot(m,data)
opens a new figure if needed and plots the model
m
. The data specified in data
are plotted on the same graph in order to
visually X validate the model.
f=plot(m,data,options)
opens a new figure if needed and plots the model
m
. The data specified in data
are plotted on the same graph in order to
visually X validate the model. options
are passed to the drawing engine.