How can I create vector for values in the range -π < θ < π ?
Afficher commentaires plus anciens
How can I create vector for values in the range -π < θ < π ?
Réponse acceptée
Plus de réponses (1)
T = -pi:0.01:pi
This kind of very basic MATLAB usage is introduced in the introductory tutorials:
Catégories
En savoir plus sur Logical 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!