MATLAB Function Reference
  Go to function:
    Search    Help Desk 
plot    

performs a plot of the a taksug model

Syntax

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.



[ Help Desk ]