Write a function that takes an interval from a to b, and divides it into 5 parts
example:
a = 1, b = 2
output = 1 1.25 1.5 1.75 2
The interval is split in 4 parts, not 5! There are five points in total then...
1594 Solvers
Back to basics 9 - Indexed References
348 Solvers
198 Solvers
Sum the numbers on the main diagonal
375 Solvers
Matlab Basics II - Unit Conversion
88 Solvers