Deactivate "To Workspace"-block in m-file

3 views (last 30 days)
Frank Schmidt43
Frank Schmidt43 on 29 Jan 2017
Answered: ROHIT UPADHYAY on 1 Feb 2017
Hi,
I have a complex Simulink model with many signals, that I want to save. But I don't need every signal for every simulation. I want to choose which signals/results would be saved in the workspace. I want to deactivate/activate unnecessary signals to speed-up the simulation time. I save all my data with "To Workspace"-blocks, but if there is a better option to choose and save single signals without the unnecessary signals I can change that. It isn't an option to delete and create the "To Workspace"-blocks every time. Thanks for your help.
Regards Frank

Answers (1)

ROHIT UPADHYAY
ROHIT UPADHYAY on 1 Feb 2017
Hey frank,
What you can do is instead of using "To Workplace" block you can log the signals using the signal logging option in Simulink. That would save the signal values in a structured way with time stamp.
Then using simple m.script you can further process the data per your needs.

Categories

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