Disabling Data Logging in Simulink

18 views (last 30 days)
Fawad Farooq Ashraf
Fawad Farooq Ashraf on 8 Feb 2022
Commented: Benjamin Thompson on 10 Feb 2022
I have a simulation on simulink with many to-file and to-workspace blocks in it. However, now I want to run a monte-carlo analysis of 5000 simulation runs where I do not need this data logged. I do not want to modify my model but I want to turn off data logging (to-file and to-workspace blocks). Is there a setModelParam command for this or any other easier way?

Answers (1)

Benjamin Thompson
Benjamin Thompson on 8 Feb 2022
In the Model Settings in Simulink, go to the Data Import/Export option and remove the check marks on data that you do not want to log.
  2 Comments
Fawad Farooq Ashraf
Fawad Farooq Ashraf on 10 Feb 2022
I just commented out the blocks I didn't want to use. That was pretty simple.
Benjamin Thompson
Benjamin Thompson on 10 Feb 2022
Remember to accept answers if they work for you. Users with a better acceptance rate are more likely to get fast and effective answers to future questions.

Sign in to comment.

Categories

Find more on Prepare Model Inputs and Outputs in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!