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!