Feeds
提问
question regarding quiver command
x = [1 1]; y = [1 2]; u = [1 2]; v = [1 3]; quiver(x,y,u,v) This is my simple code.. I cant get what u & v tell...
11 years 前 | 1 个回答 | 0
1
个回答提问
which parameter changes if i convert my 1-d code in 2-d?
I have written a code which is in one dimension.. if i want to convert it in two dimension.. which parameters i have to change? ...
11 years 前 | 0 个回答 | 0
0
个回答提问
How can I create a circle in the middle of the figure which do not touch axis..??
I am trying to simulate following code.. x=2; y=2; r=3; ang=0:0.01:2*pi; xp=r*cos(ang); yp=r*sin(ang); p...
11 years 前 | 3 个回答 | 0