comparison scripts/sparse/gplot.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 6ada1581e8b4
children 34f96dd5441b
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
26 ## 26 ##
27 ## The optional parameter @var{line_style} defines the output style for 27 ## The optional parameter @var{line_style} defines the output style for
28 ## the plot. Called with no output arguments the graph is plotted 28 ## the plot. Called with no output arguments the graph is plotted
29 ## directly. Otherwise, return the coordinates of the plot in @var{x} 29 ## directly. Otherwise, return the coordinates of the plot in @var{x}
30 ## and @var{y}. 30 ## and @var{y}.
31 ## @seealso{treeplot, etreeplot, spy}
31 ## @end deftypefn 32 ## @end deftypefn
32 ## @seealso{treeplot, etreeplot, spy}
33 33
34 function [x, y] = gplot (A, xy, line_style) 34 function [x, y] = gplot (A, xy, line_style)
35 35
36 if (nargin < 2 || nargin > 3 || nargout > 2) 36 if (nargin < 2 || nargin > 3 || nargout > 2)
37 usage ("gplot (a, xy, line_style)"); 37 usage ("gplot (a, xy, line_style)");