Adding Lines to Several Plots
Show older comments
Hi Guys, I have 5 figures open and have used fill() to plot two areas on each figure. I now want to plot a single line on each on each figure. How would I go about doing this? would it be in the form
[ax,f1,f2] = fill(x1,y1,c1,x2,y2,c2]
then
gcf(ax,plot(xNew,yNew))
So my question is: is there some way of adding a plot to an figure which is already open without having to re plot the original data.
Thanks in advance.
Tim.
Accepted Answer
More Answers (1)
Categories
Find more on Line 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!