view (biograph)
(Removed) Draw figure from biograph object
The function has been removed. Use the plot
function of graph
or digraph
instead. The name-value arguments
of the plot
function can be used to control the properties of the
graph. The arguments can be used as replacements for many of the
biograph
object properties to change the appearance of the
graph.
Syntax
view(
BGobj
)
BGobjHandle
=
view(BGobj
)
Arguments
BGobj
| Biograph object created with the function |
Description
view(
opens a
Figure window and draws a graph represented by a biograph object
(BGobj
)BGobj
). When the biograph object is already drawn in the
Figure window, this function only updates the graph properties.
returns a handle to a deep copy of the biograph object (BGobjHandle
=
view(BGobj
)BGobj
) in the
Figure window. When updating an existing figure, you can use the returned handle to
change object properties programmatically or from the command line. When you close the
Figure window, the handle is no longer valid. The original biograph object
(BGobj
) is left unchanged.