Plot two graphs in one scope
Show older comments
I am having two Simulink files, I have to run both the files and compare the results. Is it possible to plot both the outputs in a single plot. If its a single file we can use mux and merge them to plot in a single scope but how to do that for 2 different files. I have tried by exporting the scopes and using plot and simplot functions but nothing worked. Can anyone help me with this?
Answers (1)
Azzi Abdelmalek
on 2 Apr 2016
0 votes
export your two signals to workspace, then plot them in one figure
Categories
Find more on General Applications in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!