i have two simulink files how to plot the results in one file so that i can compare both the results

i have two simulink files and i want to compare both the results in one file what command should i use to do so

Answers (1)

Simulate your two models then compare your results. you can use the ToWorkspace block

2 Comments

in data do we need to mention the file name or any name for eg i need to compare voltages of two files then what name should i give
in each file, use a To Workspace block, and give different names for your data. For Example y1 for data in file 1 and y2 for data in file 2

Sign in to comment.

Categories

Find more on Simulink 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!