How do I create a vector of n exponentially increasing values from a to b?
Mostra commenti meno recenti
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 Commento
Tom
il 4 Apr 2013
Risposta accettata
Più risposte (1)
Categorie
Scopri di più su Programming in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!