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!