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 years 前 | 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 years 前 | 3 个回答 | 1
