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...
198 Solvers
403 Solvers
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
197 Solvers
Matlab Basics II - Velocity of a particle
118 Solvers
Test Problem; Create a 5x5 array containing all ones
198 Solvers