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 ... ]
244 téléchargements
Mise à jour 19 avr. 2015

Afficher la licence

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.

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2010b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Fourier Analysis and Filtering dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0