is my code right ?
Mostrar comentarios más antiguos


i have done the folow :
x=linspace(-2*pi,2*pi,40);
y=pi*sin(x);
plot(x,y);
title('scapegoat')
xlabel('X')
ylabel('Y')
Respuestas (1)
Atsushi Ueno
el 8 de Mayo de 2021
0 votos
Yes, it is.

Categorías
Más información sobre Get Started with MATLAB 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!