Can you help me to solve this question:
Create ranges of values from one to ten and store in a variable called R1.
In R2, store non-integer values in the range of one to ten, with steps of
0.2
ok, I just walked my daughter through some of this as she's learning Octave/Matlab :)
Assuming you know the basics of 'storing values in a variable', you should learn how to use the colon ( : ) operator to specify a range.
see the Octave documentation page on Ranges:
it has examples for everything you should need to work through the problem.