how to plot this equation?
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
CHERRY OO
el 21 de Nov. de 2022
0 votos
X = sin(3 t) cos(t), y = sin(3 t) sin(t)
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!