How can I create vector for values in the range -π < θ < π ?
Mostra commenti meno recenti
How can I create vector for values in the range -π < θ < π ?
Risposta accettata
Più risposte (1)
T = -pi:0.01:pi
This kind of very basic MATLAB usage is introduced in the introductory tutorials:
Categorie
Scopri di più su Matrices and Arrays in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!