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 Solvers564
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52729 Solvers
-
Create a cell array out of a struct
2417 Solvers
-
23662 Solvers
-
Switch matrix to a column vector
374 Solvers
-
Finding perimeter of a rectangle
495 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?