Create an array for θ from 0 to 2π with 1000 elements
Afficher commentaires plus anciens
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 commentaire
Jan
le 30 Nov 2016
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.
Réponses (1)
Image Analyst
le 30 Nov 2016
0 votes
Hint: use the linspace(), polar(), and legend() functions.
Catégories
En savoir plus sur Legend dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!