plot the graph y=x+sinx.
Mostrar comentarios más antiguos
syms x y
ezplot(y=x+sinx)
xlabel('x')
ylabel('y')
grid on
Respuesta aceptada
Más respuestas (1)
Kamal Dissanayaka
el 1 de Oct. de 2020
0 votos
syms x y ezplot(y=x+sinx) xlabel('x') ylabel('y') grid on
Categorías
Más información sobre Calculus en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!