Info
This question is closed. Reopen it to edit or answer.
How can I plot a graph in matlab, presenting two curves (my results and results from comparative reference)?
2 views (last 30 days)
Show older comments
How can I plot a graph in matlab, presenting two curves (my results and results from comparative reference)?
3 Comments
Adam Danz
on 25 Mar 2020
plot()
hold on
plot()
or you can plot both lines within the same call to plot() (see the documentation for examples).
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!