Problem 2531. Crate a vector of logarithmically spaced
Create a vector of logarithmically spaced from 10^0 to 10^x with n sample
Example: if x=4 and n=3 Answer must be=[1 100 10000]
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers109
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15774 Solvers
-
223 Solvers
-
5788 Solvers
-
construct matrix with identical rows
207 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
356 Solvers
More from this Author70
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!