Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
logspace
対数的間隔のベクトル
呼び出し手順
logspace(d1,d2, [n])
パラメータ
- d1,d2
実数または複素数のスカラー (
%pi
の場合は特別な意味があります)- n
整数 (値の数) (デフォルト値 = 50)
説明
10^d1
および
10^d2
の間に指数的に等しい間隔にとった
n
個の点からなる行ベクトルを返します.
d2=%pi
の場合,
10^d1
および pi
の間の
点となります.
例
logspace(1,2,10)
参照
- linspace — 線形に配置されたベクトル
Report an issue | ||
<< linspace | elementarymatrices | meshgrid >> |