powered by
Creates 2D matrices for accessing images and 2D matrices
meshgrid(a, b)
x vector components
y vector components
length(y) by length(x) matrix of x indicies
length(y) by length(x) matrix of y indicies
returns outer product of x-compnents and y-components for use as index arrays
# NOT RUN { meshgrid(1:5, 1:3) # }
Run the code above in your browser using DataLab