Navigation

Operators and Keywords

Function List:

C++ API

ribbon.m File Reference


Functions

 if (nargin==1) y
 if (isvector(y)) y
 elseif (nargin==2) width=0.75
 elseif (nargin!=3) print_usage()
endif if (isvector(x)&&isvector(y)) if(length(x)!

Variables

function h
 endif [nr, nc] = size (y)
 x = repmat ((1:nr)', 1, nc)
 width = 0.75
 else [x, y] = meshgrid (x, y)

Function Documentation

elseif ( nargin!  = 3  ) 

elseif ( nargin  = =2  )  [pure virtual]

endif if ( isvector(x)&&isvector(y)   ) 

if ( isvector(y)   ) 

if ( nargin  = =1  ) 


Variable Documentation

else[x, y] = meshgrid (x, y)

endif[nr, nc] = size (y)

Initial value:

 ribbon (x, y, width)

  newplot ()

width = 0.75

x = repmat ((1:nr)', 1, nc)