Deactivate "To Workspace"-block in m-file

4 次查看(过去 30 天)
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

回答(1 个)

ROHIT UPADHYAY
ROHIT UPADHYAY 2017-2-1
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.

类别

Help CenterFile Exchange 中查找有关 Simulink Functions 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by