plot the graph y=x+sinx.
Mostra commenti meno recenti
syms x y
ezplot(y=x+sinx)
xlabel('x')
ylabel('y')
grid on
Risposta accettata
Più risposte (1)
Kamal Dissanayaka
il 1 Ott 2020
0 voti
syms x y ezplot(y=x+sinx) xlabel('x') ylabel('y') grid on
Categorie
Scopri di più su Calculus 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!