plot the graph y=x+sinx.
이전 댓글 표시
syms x y
ezplot(y=x+sinx)
xlabel('x')
ylabel('y')
grid on
채택된 답변
추가 답변 (1개)
Kamal Dissanayaka
2020년 10월 1일
0 개 추천
syms x y ezplot(y=x+sinx) xlabel('x') ylabel('y') grid on
카테고리
도움말 센터 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!