Mercurial > hg > octave-lyh
diff scripts/sparse/treelayout.m @ 12575:d0b799dafede
Grammarcheck files for 3.4.1 release.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 04 Apr 2011 15:33:46 -0700 |
parents | c792872f8942 |
children | 85dd509673e7 |
line wrap: on
line diff
--- a/scripts/sparse/treelayout.m +++ b/scripts/sparse/treelayout.m @@ -25,7 +25,7 @@ ## permutation. ## The complexity of the algorithm is O(n) in ## terms of time and memory requirements. -## @seealso{etreeplot, gplot,treeplot} +## @seealso{etreeplot, gplot, treeplot} ## @end deftypefn function [x_coordinate, y_coordinate, height, s] = treelayout (tree, permutation)