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

Matlab Plot Objects

April 25th, 2010 1 Comment   Posted in Documents

A number of high-level plotting functions create plot objects. The properties of plot objects provide easy access to the important properties of the core graphics objects that the plot objects contain. Read More