is my code right ?
Ältere Kommentare anzeigen


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')
Antworten (1)
Atsushi Ueno
am 8 Mai 2021
0 Stimmen
Yes, it is.

Kategorien
Mehr zu Get Started with MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!