is my code right ?
Mostra commenti meno recenti


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')
Risposte (1)
Atsushi Ueno
il 8 Mag 2021
0 voti
Yes, it is.

Categorie
Scopri di più su Get Started with MATLAB 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!