Linking Graphs to Variables & Data Source Properties

April 25th, 2010 No Comments   Posted in Documents

Plot objects let you link a MATLAB expression with properties that contain data. For example, the lineseries object has data source properties associated with the XData, YData, and ZData properties. These properties are called XDataSource, YDataSource, and ZDataSource. Read More

Specifying a Data Source

April 13th, 2010 No Comments   Posted in Examples

Creating the Graph

First define two variables by issuing these statements in the command window. Read More