plot the graph y=x+sinx.
Show older comments
syms x y
ezplot(y=x+sinx)
xlabel('x')
ylabel('y')
grid on
Accepted Answer
More Answers (1)
Kamal Dissanayaka
on 1 Oct 2020
0 votes
syms x y ezplot(y=x+sinx) xlabel('x') ylabel('y') grid on
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!