Skip to content Skip to sidebar Skip to footer

How Can I Analyse The Results Of A Dymolasimulation (simulated Via Python Interface)

I simulated some Dymola Models via the python interface (result files are dsres.mat and dsres.txt), now I would like to compare and analyse these results (or to be clear some of t

Solution 1:

One of the most simple and efficient ways is to read the result file (dsres.mat) with Dymat, a tool which can be found at https://www.j-raedler.de/projects/dymat/.

This way you will have all values available in Python and can process them with all the capabilities of Python...

Post a Comment for "How Can I Analyse The Results Of A Dymolasimulation (simulated Via Python Interface)"