Need help to compare output of a simuink model
Show older comments
Hello Everyone I am working on a project where I have to compare the output signals of my simulink model, after making some changes in a model. Is there a way I can keep both the result and do some analysis. Currently I am taking screenshot of output and then comparing the result but this is very tedious.Is there any other way. I am new to using Simulink so any help is appreciated. Thanks in advance
Accepted Answer
More Answers (1)
Shubham
on 19 Aug 2024
1 vote
Hi Steven,
Comparing output signals in Simulink can be done more efficiently than taking screenshots. Here are some methods you can use to compare and analyze the results of your simulations:
- Simulink Data Inspector: Simulink provides a built-in tool called the Simulation Data Inspector (SDI) that allows you to visualize and compare simulation data.
- Signal Logging: Enable logging for desired signals. After simulation, use SDI to view and compare the logged data effectively.
- Export Data to Workspace: Use "To Workspace" blocks to export simulation outputs. Analyze and compare data using MATLAB scripts for detailed insights and plotting.
- MATLAB Scripts for Analysis: Automate the comparison process by writing scripts to run simulations, collect data, and visualize differences, enhancing efficiency and accuracy.
- Automate with Scripts: Create scripts to run both simulations, extract output data, and perform automatic comparisons, reducing manual effort and errors.
These methods streamline the process of analyzing and comparing Simulink simulation results.
Categories
Find more on Signal Processing Toolbox 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!
