How to wrote theta as a matlab code
显示 更早的评论
采纳的回答
更多回答(2 个)
James Tursa
2017-10-19
编辑:James Tursa
2017-10-19
E.g.,
theta = pi/4;
result = 2*sin(theta); % <-- if theta is in radians
theta = 45;
result = 2*sind(theta); % <-- if theta is in degrees
类别
在 帮助中心 和 File Exchange 中查找有关 Polar Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!