Deactivate "To Workspace"-block in m-file

4 visualizaciones (últimos 30 días)
Frank Schmidt43
Frank Schmidt43 el 29 de En. de 2017
Respondida: ROHIT UPADHYAY el 1 de Feb. de 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

Respuestas (1)

ROHIT UPADHYAY
ROHIT UPADHYAY el 1 de Feb. de 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.

Categorías

Más información sobre Simulink Functions en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by