How can I create vector for values in the range -π < θ < π ?
Ältere Kommentare anzeigen
How can I create vector for values in the range -π < θ < π ?
Akzeptierte Antwort
Weitere Antworten (1)
T = -pi:0.01:pi
This kind of very basic MATLAB usage is introduced in the introductory tutorials:
Kategorien
Mehr zu Matrices and Arrays finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!