plot the graph y=x+sinx.
Afficher commentaires plus anciens
syms x y
ezplot(y=x+sinx)
xlabel('x')
ylabel('y')
grid on
Réponse acceptée
Plus de réponses (1)
Kamal Dissanayaka
le 1 Oct 2020
0 votes
syms x y ezplot(y=x+sinx) xlabel('x') ylabel('y') grid on
Catégories
En savoir plus sur Calculus dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!