Generate n equally spaced "intervals" between -x and x (★) - MATLAB Cody - MATLAB Central

Problem 45443. Generate n equally spaced "intervals" between -x and x (★)

Difficulty:Rate

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

36.73% Correct | 63.27% Incorrect
Last Solution submitted on Dec 31, 2024

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
4

Group


Problem Recent Solvers112

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!