Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
if i want to plot a graph as i have shown in the figure, but at one particular angle without any radius...how should i do it ? l
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
like for eg. if i want to plot at 30 degree (an example)....
Respuestas (1)
Thorsten
el 11 de Nov. de 2016
axis([-1 1 -1 1]), axis equal
angle = 30; line([0 cosd(angle)], [0, sind(angle)])
1 comentario
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!