how to plot cos60 in matlab?
Mostra commenti meno recenti
Hi, can we draw the line for cos 60 degree from origin?
Risposte (1)
Mischa Kim
il 17 Apr 2014
Modificato: Mischa Kim
il 17 Apr 2014
Aacs, use
line([0;cos(pi/3)],[0;sin(pi/3)])
Categorie
Scopri di più su Get Started with MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!