meshgrid: Create a mesh grid like in Matlab

meshgridR Documentation

Create a mesh grid like in Matlab

Description

Creates 2D matrices for accessing images and 2D matrices

Usage

meshgrid(a, b)

Arguments

a

x vector components

b

y vector components

Details

returns outer product of x-compnents and y-components for use as index arrays

Value

x

length(y) by length(x) matrix of x indicies

y

length(y) by length(x) matrix of y indicies

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

Examples


meshgrid(1:5, 1:3)



RPMG documentation built on Aug. 19, 2023, 5:12 p.m.