Combining already plotted figures into one figure
7 次查看(过去 30 天)
显示 更早的评论
So i have these two figures plotted in matlab. My assignment is two have them seperate while also having a figure with both lines in it. I cant seem to find any help getting them to merge.
0 个评论
回答(1 个)
Anshika Chourasia
2021-10-12
Hi,
Please refer this link for combining two figures into a single figure: Merging two figures - MATLAB Answers - MATLAB Central (mathworks.com) .
Or simply, “hold on” could also be a possible workaround. Visit link for more information: Retain current plot when adding new plots - MATLAB hold (mathworks.com).
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!