rbmatlab 0.10.01
grid/@rectgrid/plot.m
00001 function p = plot(grid,params)
00002 %function p = plot(grid [,params])
00003 % plot of a rectgrid via plot_polygon_grid()
00004 %
00005 % see help plot_polygon_grid for further information
00006 %
00007 % @copydoc .gridbase.plot_polygon_grid()
00008 
00009 % Bernard Haasdonk 9.5.2007
00010 
00011 if (nargin <2)
00012   params = [];
00013 end;
00014 
00015 % simply forward the call
00016 p = plot_polygon_grid(grid,params);
00017 
 All Classes Namespaces Files Functions Variables