Octave-Forge
- Extra packages for GNU Octave
Home
·
Packages
·
Developers
·
Documentation
·
FAQ
·
Bugs
·
Mailing Lists
·
Links
·
Code
Navigation
Operators and Keywords
Function List:
» Octave core
» by package
» alphabetical
C++ API
Main Page
Namespaces
Classes
Files
S
earch for
File List
File Members
treeplot.m File Reference
Defines
#define
the
output
style. The complexity of the algorithm
is
O(n)
in
Functions
function
treeplot
(
tree
, node_s, edge_s) if(
nargin
< 1||
nargin
> 3||nargout > 0) print_usage()
Define Documentation
#define the
output
style. The complexity of the algorithm
is
O(n)
in
Function Documentation
function
treeplot
(
tree
,
node_s
,
edge_s
)