
How i can plot two graphs in one figure?
1 view (last 30 days)
Show older comments
tell me about the simplest commnd to plot the two graphs in one figure.
0 Comments
Accepted Answer
madhan ravi
on 29 Dec 2018
Edited: madhan ravi
on 29 Dec 2018
% an example
plot(1:10)
hold on
plot((1:10).^2)

1 Comment
madhan ravi
on 29 Dec 2018
If it's what you are looking for make sure to accept the answer else let know
More Answers (0)
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!