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
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
back to top
Some information of the method matrix/plot are listed below: |
Class name |
matrix |
Method name |
plot |
Category |
Internal |
Package name |
ltpda |
VCS Version |
967b0eec0dece803a81af8ef54ad2f8c784b20b2 |
Min input args |
1 |
Max input args |
-1 |
Min output args |
0 |
Max output args |
-1 |
Can be used as modifier |
0 |
Supported numeric types |
{'double'} |
|
Method: matrix/isprop |
|
Method: matrix/string |
 |
©LTP Team