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 2-D and 3-D Plots 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!