How do I create a vector of n exponentially increasing values from a to b?
Show older comments
I know how to calculate the growth factor, but not how to turn it all into a vector. Here's the start of my code: -
n = 4
a = 1
b = 10
gf = (b/a)^(1/n - 1)
1 Comment
Tom
on 4 Apr 2013
Accepted Answer
More Answers (1)
Categories
Find more on Programming in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!