is my code right ?

1 view (last 30 days)
Hamada Alkhlif
Hamada Alkhlif on 7 May 2021
Answered: Atsushi Ueno on 8 May 2021
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')

Answers (1)

Atsushi Ueno
Atsushi Ueno on 8 May 2021
Yes, it is.

Categories

Find more on Programming in Help Center and File Exchange

Tags

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!