Line graphs and Scatter plots
4 次查看(过去 30 天)
显示 更早的评论
Is there a way to add a line graph to a scatter plot graph if they have differing equations?
0 个评论
采纳的回答
Mario Malic
2021-2-20
Hello,
The command 'hold on' will retain the existing plots on axes.
scatter()
hold on
plot()
2 个评论
Mario Malic
2021-2-21
You're welcome, you can accept my answer (blue button) if it solves your question. Thanks in advance.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Scatter Plots 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!