Community Profile

photo

zarana


Active since 2014

Statistics

Content Feed

View by

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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? ...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 3 answers | 0

3

answers