Mapping Toolbox
  Go to function:
    Search    Help Desk 
comet3m    Examples   See Also

Project three-dimensional comet plot on map axes

Syntax

Description

A comet plot is an animated graph in which a circle (the comet head) traces the data points on the screen. The comet body is a trailing segment that follows the head. The tail is a solid line that traces the entire function.

comet3m(lat,lon,z) traces a comet plot through the points specified by the input latitude, longitude, and altitude vectors.

comet3m(lat,lon,z,p) specifies a comet body of length p*length(lat).The input p is 0.1 by default.

Examples

Create a 3-D comet plot of the coastlines data:

See Also

comet3
3-D comet-like trajectories (see online MATLAB Function Reference)
cometm
Two-dimensional comet plot projected on map axes


[ Previous | Help Desk | Next ]