I am trying to create a list of decimal numbers, 1.1-1.65
in particular. I have tried the following code but not getting what I need:
v=1.1:0.1:1.65;
I end up with a list from 1.1-1.6 (only 6 numbers). I have played around with the stepping variable, where I changed it from 0.1 to 0.005, still no luck.