Home > freetb4matlab > sparse > spy.m

spy

PURPOSE ^

% Plot the sparsity pattern of the sparse matrix @var{x}. If the argument

SYNOPSIS ^

function spy (x, varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} spy (@var{x})
% @deftypefnx {Function File} {} spy (@dots{}, @var{markersize})
% @deftypefnx {Function File} {} spy (@dots{}, @var{line_spec})
% Plot the sparsity pattern of the sparse matrix @var{x}.  If the argument
% @var{markersize} is given as an scalar value, it is used to determine the
% point size in the plot.  If the string @var{line_spec} is given it is
% passed to @code{plot} and determines the appearance of the plot.
% @seealso{plot}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003