comparison scripts/general/logspace.m @ 2485:eac91893f3fc

[project @ 1996-11-08 03:14:36 by jwe]
author jwe
date Fri, 08 Nov 1996 03:15:40 +0000
parents b5568c31ee2c
children 8b262e771614
comparison
equal deleted inserted replaced
2484:ccaffe93c32f 2485:eac91893f3fc
18 ## 02111-1307, USA. 18 ## 02111-1307, USA.
19 19
20 ## usage: logspace (x1, x2, n) 20 ## usage: logspace (x1, x2, n)
21 ## 21 ##
22 ## Return a vector of n logarithmically equally spaced points between 22 ## Return a vector of n logarithmically equally spaced points between
23 ## x1 and x2 inclusive. 23 ## 10^x1 and 10^x2 inclusive.
24 ## 24 ##
25 ## If the final argument is omitted, n = 50 is assumed. 25 ## If the final argument is omitted, n = 50 is assumed.
26 ## 26 ##
27 ## All three arguments must be scalars. 27 ## All three arguments must be scalars.
28 ## 28 ##