How can you plot a straight line using polar() command in Matlab?
Example: (consider theta is in degrees)
rho1 = 50; rho2 = 60;
theta1 = 45; theta2 = 60;
syntax: polar(theta,rho);
How can you plot a straight line using polar() command in Matlab?
Example: (consider theta is in degrees)
rho1 = 50; rho2 = 60;
theta1 = 45; theta2 = 60;
syntax: polar(theta,rho);