Problem 45443. Generate n equally spaced "intervals" between -x and x (★)
Given n and x, return a list of numbers (in ascending order) that divides the interval [-x x] into n equal-length intervals.
For example, if x = 5 and n = 3, then
y = [-5 -1.66667 1.66667 5]
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers113
Suggested Problems
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13500 Solvers
-
The sum of the numbers in the vector
636 Solvers
-
710 Solvers
-
1599 Solvers
-
2041 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!