mesh: Creation of M by N grid

Description Usage Arguments Details Value Examples

Description

This function creates M by N longitude-latitude grid.

Usage

1
mesh(M, N)

Arguments

M

M longitudes of M by N grid

N

N latitudes of M by N grid

Details

This function creates M by N longitude-latitude grid.

Value

theta

latitudes in radian of M by N longitude-latitude grid

phi

longitudes in radian of M by N longitude-latitude grid

Examples

1
mesh(100, 50)

SpherWave documentation built on April 14, 2017, 1:28 p.m.

Related to mesh in SpherWave...