Method matrix/plot


  PLOT the matrix objects on the given axes.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: PLOT the analysis objects on the given axes.
 
  CALL:        plot(m)
               plot(m1, m2);
 
  PLOT will produce one figure per matrix. For a given matrix, each element
  of the matrix is plotted on a subplot. If the element of a matrix is
  itself a matrix, then that sub-area of the plot is replaced with subplots
  for the contents of the inner matrix, etc.
 
  NOTE: the 'axes' and 'figure' properties of the plotinfo of any contained
  user objects are ignored in the process.
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class matrix
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
back to top back to top

Some information of the method ao/plot are listed below:
Class name ao
Method name plot
Category Internal
Package name ltpda
VCS Version 175910878ca914560542d679d9d392de37438d84
Min input args 1
Max input args -1
Min output args 0
Max output args -1




©LTP Team