Click or drag to resize

GenerateLogSpaced Method

Generate a base 10 logarithmically spaced sample vector of the given length between the specified decade exponents (inclusive). Equivalent to MATLAB logspace but with the length as first instead of last argument.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double[] LogSpaced(
	int length,
	double startExponent,
	double stopExponent
)

Parameters

length  Int32

[Missing <param name="length"/> documentation for "M:Altaxo.Calc.Generate.LogSpaced(System.Int32,System.Double,System.Double)"]

startExponent  Double

[Missing <param name="startExponent"/> documentation for "M:Altaxo.Calc.Generate.LogSpaced(System.Int32,System.Double,System.Double)"]

stopExponent  Double

[Missing <param name="stopExponent"/> documentation for "M:Altaxo.Calc.Generate.LogSpaced(System.Int32,System.Double,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Generate.LogSpaced(System.Int32,System.Double,System.Double)"]

See Also