Program: MKMAKEGRID
mkmakegrid.......generate grid line data
call: [grlon,grlat]=mkmakegrid(mapopt);
mapopt: Map Option structure as returned by MKMAPOPT
result: grlon: matrix containing grid x coordinates
grlat: matrix containing grid y coordinates
GRLON and GRLAT are vectors of corrdinates.
Each contains coordinates for a number of lines
which are separated by NaNs, which allows to
plot the complete grid with a single plot command,
producing a single line object.
Martin Knapmeyer, 02.07.2003
Read M-File Source Code
eof.