Info
此问题已关闭。 请重新打开它进行编辑或回答。
How can I plot a graph in matlab, presenting two curves (my results and results from comparative reference)?
2 次查看(过去 30 天)
显示 更早的评论
How can I plot a graph in matlab, presenting two curves (my results and results from comparative reference)?
3 个评论
Adam Danz
2020-3-25
plot()
hold on
plot()
or you can plot both lines within the same call to plot() (see the documentation for examples).
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!