Scilab-Branch-6.1-GIT
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
整数: 要求された値の数. 2以上にすることが必要です (デフォルト値 = 50)
説明
10d1 および
10d2の間に指数的に等間隔にとった
n
個の点からなる行ベクトルを返します.
d2=π の場合,
10d1 および πの間の
点となります.
例
logspace(1,2,10) logspace([1:3]',[4:6]',4)
参照
- linspace — generates linearly spaced numbers between 2 reached bounds
履歴
バージョン | 記述 |
5.4.0 | logspace関数は最初の2つの入力引数に列ベクトルを 受け付けるようになりました. |
Report an issue | ||
<< linspace | elementarymatrices | meshgrid >> |