How to store outputs from Parsim function ?

14 views (last 30 days)
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

Rahul Kumar
Rahul Kumar on 11 Oct 2019
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
Marek Ziak
Marek Ziak on 28 Nov 2019
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

Find more on Run Multiple Simulations in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!