Scilab 6.0.0
Scilabヘルプ >> Elementary Functions > elementarymatrices > logspace
logspace
対数的間隔のベクトル
呼び出し手順
logspace(d1,d2, [n])
引数
- d1,d2
実数または複素数のスカラー (
%pi
の場合は特別な意味があります)- n
整数: 要求された値の数. 2以上にすることが必要です (デフォルト値 = 50)
説明
および
の間に指数的に等間隔にとった
n
個の点からなる行ベクトルを返します.
の場合,
および
の間の
点となります.
例
logspace(1,2,10) logspace([1:3]',[4:6]',4)
参照
- linspace — 線形に配置されたベクトル
履歴
バージョン | 記述 |
5.4.0 | logspace関数は最初の2つの入力引数に列ベクトルを 受け付けるようになりました. |
Comments
Add a comment:
Please login to comment this page.