MAKENXY Name
MAKENXY Purpose
Make 2-d x and y coordinate arrays of specified dimensions.
Category
Calling Sequence
makenxy, x1, x2, nx, y1, y2, ny, xarray, yarray
Inputs
x1 = min x coordinate in output rectangular array. in
x2 = max x coordinate in output rectangular array. in
nx = Number of steps in x. in
y1 = min y coordinate in output rectangular array. in
y2 = max y coordinate in output rectangular array. in
ny = Number of steps in y. in
Keyword Parameters
Outputs
xarray, yarray = resulting rectangular arrays. out
Common Blocks
Notes
Modification History
R. Sterner, 1996 Jul 11
Copyright (C) 1996, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.