how to plot this equation?
显示 更早的评论
p= (B-(b*t))/(sigma);
I need this equation to be plot as t increase by 1
for t= 0:1:
p(t)= (B-(b*t))/(sigma); plot(t,p)
How do I do it? Please help
采纳的回答
更多回答(1 个)
CHERRY OO
2022-11-21
0 个投票
X = sin(3 t) cos(t), y = sin(3 t) sin(t)
类别
在 帮助中心 和 File Exchange 中查找有关 Mathematics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!