how to plot cos60 in matlab?
Mostrar comentarios más antiguos
Hi, can we draw the line for cos 60 degree from origin?
Respuestas (1)
Mischa Kim
el 17 de Abr. de 2014
Editada: Mischa Kim
el 17 de Abr. de 2014
Aacs, use
line([0;cos(pi/3)],[0;sin(pi/3)])
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!