Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
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 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
like for eg. if i want to plot at 30 degree (an example)....
Antworten (1)
Thorsten
am 11 Nov. 2016
axis([-1 1 -1 1]), axis equal
angle = 30; line([0 cosd(angle)], [0, sind(angle)])
1 Kommentar
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!