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 で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!