[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/elmat]

logspace

(/tools/hpmatlab/toolbox/matlab/elmat/logspace.m)


Function Synopsis

y = logspace(d1, d2, n)

Help text

LOGSPACE Logarithmically spaced vector.
	LOGSPACE(d1, d2) generates a row vector of 50 logarithmically
	equally spaced points between decades 10^d1 and 10^d2.  If d2
	is pi, then the points are between 10^d1 and pi.

	LOGSPACE(d1, d2, N) generates N points.

	See also LINSPACE, :.

Cross-Reference Information

This function calls
This function is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON