plot the graph y=x+sinx.
Ältere Kommentare anzeigen
syms x y
ezplot(y=x+sinx)
xlabel('x')
ylabel('y')
grid on
Akzeptierte Antwort
Weitere Antworten (1)
Kamal Dissanayaka
am 1 Okt. 2020
0 Stimmen
syms x y ezplot(y=x+sinx) xlabel('x') ylabel('y') grid on
Kategorien
Mehr zu Calculus finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!