Feeds
답변 있음
How could I plot y=(x-2)/(2x+3)?
Oh yes, the dot. I was playing with it but left a space between the dot and the / operator. Thanks for the quick help.
How could I plot y=(x-2)/(2x+3)?
Oh yes, the dot. I was playing with it but left a space between the dot and the / operator. Thanks for the quick help.
9년 초과 전 | 0
질문
How could I plot y=(x-2)/(2x+3)?
So far I've got: x = [-100 : 1 : 100]; y = (x - 2) / (2*x + 3); plot(x,y, 'r') grid on, axis equal ...
9년 초과 전 | 답변 수: 3 | 1
