How can I create vector for values in the range -π < θ < π ?
古いコメントを表示
How can I create vector for values in the range -π < θ < π ?
採用された回答
その他の回答 (1 件)
T = -pi:0.01:pi
This kind of very basic MATLAB usage is introduced in the introductory tutorials:
カテゴリ
ヘルプ センター および File Exchange で Matrices and Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!