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!