how to plot cos60 in matlab?
古いコメントを表示
Hi, can we draw the line for cos 60 degree from origin?
回答 (1 件)
Mischa Kim
2014 年 4 月 17 日
編集済み: Mischa Kim
2014 年 4 月 17 日
Aacs, use
line([0;cos(pi/3)],[0;sin(pi/3)])
カテゴリ
ヘルプ センター および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!