Hi All,
How can I create an array of floats/real numbers with a step of 0.1, e.g.
Range: [0.1..9]
Steps: 0.1
Desired Array would look like: 0.1, 0.2, 0.3......8.8,8.9,9.0
Apologies if it's been said before, I couldn't find it.
Thank you for your time!