Navigation

Operators and Keywords

Function List:

C++ API

spy.m File Reference


Functions

function spy (x, varargin) if(nargin< 1) print_usage()
 if (numel(i)< 1000) line_spec
 elseif (isscalar(varargin{i})) markersize
else error ("spy: expected markersize or linespec")
 if (isnan(markersize)) plot(j
else plot (j, i, line_spec,"markersize", markersize)
endif axis ([0, n+1, 0, m+1],"ij")

Variables

endif markersize = NaN
else line_spec = "."
endif for i
endif endfor [i, j, s] = find (x)

Function Documentation

endif axis ( "ij"   ) 

elseif ( isscalar(varargin{i})   ) 

else error ( "spy: expected markersize or linespec  ) 

if ( isnan(markersize  ) 

if (  ) 

else plot ( j  ,
,
line_spec  ,
"markersize"  ,
markersize   
)

function spy ( ,
varargin   
)


Variable Documentation

endif endfor[i, j, s] = find (x)

i

Initial value:

line_spec = "."