Create a vector y containing n logarithmically spaced values between a and b, with a < b. Avoid using logspace and use the linspace operator instead.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers31
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15805 Solvers
-
The Goldbach Conjecture, Part 2
2417 Solvers
-
930 Solvers
-
113 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
359 Solvers
More from this Author52
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Please don't use isequal to compare floating-point numbers (as you do in the first test suite case).