How do I create a vector in which the exponet is increasing?
Show older comments
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
Answers (1)
KALYAN ACHARJYA
on 2 Mar 2021
Edited: KALYAN ACHARJYA
on 2 Mar 2021
"something like 10^-1, 10^-.9,10^-.8 ..... 10^1"
data=10.^(-1:0.1:1)
1 Comment
Cesar Salazar Ramos
on 2 Mar 2021
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!