How can I create vector for values in the range -π < θ < π ?
Show older comments
How can I create vector for values in the range -π < θ < π ?
Accepted Answer
More Answers (1)
T = -pi:0.01:pi
This kind of very basic MATLAB usage is introduced in the introductory tutorials:
Categories
Find more on Matrices and Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!