Hey, im new to programing in matlab and am having a really hard time with it so far. Im stuck on this one problem:
Define vector xi=(i-m)/(m+3); i=1,...,(2m-1) using a single loop
could someone help me out here. im not even really sure how to start this.
I know how to do simple loops like
for i=1:1:5
x=x+8
end
but thats as far as my skills go right now.
Any help would be awesome

