How do I create a vector in which the exponet is increasing?

1 Ansicht (letzte 30 Tage)
Cesar Salazar Ramos
Cesar Salazar Ramos am 2 Mär. 2021
I was wondering if I can use -1:0.1:1 but as exponets so the answer looks something like 10^-1, 10^-.9,10^-.8 ..... 10^1

Antworten (1)

KALYAN ACHARJYA
KALYAN ACHARJYA am 2 Mär. 2021
Bearbeitet: KALYAN ACHARJYA am 2 Mär. 2021
"something like 10^-1, 10^-.9,10^-.8 ..... 10^1"
data=10.^(-1:0.1:1)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by