Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
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 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Risposte (1)
Thorsten
il 11 Nov 2016
axis([-1 1 -1 1]), axis equal
angle = 30; line([0 cosd(angle)], [0, sind(angle)])
1 Commento
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!