Create an array for θ from 0 to 2π with 1000 elements
이전 댓글 표시
Create an array for θ from 0 to 2π with 1000 elements and generate a graph showing sin(nθ) for n=1, 2, … 5, all on a polar plot using an M-file. Include a legend and for each graph use a different line specification (colour).
댓글 수: 1
Jan
2016년 11월 30일
This is not a question but a command. Because this sounds like a homework, please post, what you have tried so far and ask a specific question.
답변 (1개)
Image Analyst
2016년 11월 30일
0 개 추천
Hint: use the linspace(), polar(), and legend() functions.
카테고리
도움말 센터 및 File Exchange에서 Legend에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!