How to store outputs from Parsim function ?

Hi everyone! I would like to ask about parsim function in matlab.
Is there a way to store outputs from every simulation which runs during execution? I would like to store timeseries if it is possible but I am not sure if it acceptable in this case. Can I use ToWorspace block to store them or something else? Thank you in advance.
Marek Žiak

 Accepted Answer

Hi Marek,
There are several ways to save the output from a simulation. Please see the link below
I would recommend using Outport or signal logging. Any output from the simulation will be available in the SimulationOutput object which is the output of parsim command.
Please let me know if you have any more questions.

1 Comment

Thanks a lot it worked. I find out that logged signals consume lot of memory so i switched to ToWorskapce blocks.

Sign in to comment.

More Answers (0)

Categories

Tags

Community Treasure Hunt

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

Start Hunting!