Decade (Log Scale) Vector Generation with Matlab Implementation

Decade (log scale) vector generation of the type [1 2 3 4 5 ... 10 20 30 40 50 ... ]
ダウンロード: 243
更新 2015/4/19

ライセンスの表示

The present code is a Matlab function that provides a generation of decade (log-space) vector. The vector start value is of type (10^m), the end value – (10^n), and the step size in every one decade is for example 0.1 (i.e. step = 0.1*first term of every decade).
Example decade vectors:
[1 2 3 4 5 6 7 8 9 10 20 30 40 50 60 70 80 90 100 200 …]
[100 110 120 130 140 … 1000 1100 1200 1300 1400 …]

Two examples are given in order to clarify the usage of the function. The input and output arguments are given in the beginning of the code.

引用

Hristo Zhivomirov (2024). Decade (Log Scale) Vector Generation with Matlab Implementation (https://www.mathworks.com/matlabcentral/fileexchange/50558-decade-log-scale-vector-generation-with-matlab-implementation), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2010b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersFourier Analysis and Filtering についてさらに検索
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0