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