how to plot this equation?
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
CHERRY OO
il 21 Nov 2022
0 voti
X = sin(3 t) cos(t), y = sin(3 t) sin(t)
Categorie
Scopri di più su Mathematics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!