Make the following variable:

(Logarithmically spaced numbers between 1 and 10)
(Hint: Use logspace, make sure you get the length right!)
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers565
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2814 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13724 Solvers
-
1487 Solvers
-
Test if two numbers have the same digits
264 Solvers
-
Matlab Basics - Create a row vector
316 Solvers
More from this Author26
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
why, oh, why is the test suite exactly the same as the expected solution?
Isn't 10.^(0:0.01:1) more precise?