Navigation

Operators and Keywords

Function List:

C++ API

gplot.m File Reference


Functions

endif if (nargin==2) line_style
 if (nargout==0) plot(xcoord

Variables

 function [x, y]
 endif [i, j] = find (a)
 xcoord = [xy(i,1), xy(j,1), NaN * ones(length(i),1)]'(:)
 ycoord = [xy(i,2), xy(j,2), NaN * ones(length(i),1)]'(:)
 line_style
else x = xcoord
 y = ycoord

Function Documentation

if ( nargout  = = 0  ) 

endif if ( nargin  = =2  ) 


Variable Documentation

endif[i, j] = find (a)

function[x, y]

Initial value:

 gplot (a, xy, line_style)

  if (nargin < 2 || nargin > 3 || nargout > 2)
    print_usage ()

else x = xcoord

xcoord = [xy(i,1), xy(j,1), NaN * ones(length(i),1)]'(:)

y = ycoord

ycoord = [xy(i,2), xy(j,2), NaN * ones(length(i),1)]'(:)