Line graphs and Scatter plots
1 回表示 (過去 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!