LogSpace Function
Generates a logarithmic number series
Description
The function LogSpace generates a logarithmic number series based on 10, with a specified number of elements.
The parameters Start and Stop set the values for the first and last element. The intermediate values are calculated from the number of elements.
Syntax
Logspace (Length, Start, Stop)
Parameter
Length
Number of elements of the list
Start
Value of the first item in the list
Stop
Value of the last item in the list
Example