Month: February 2011

New Modelica user group in Berlin

A new Modelica user group has been founded in Berlin. The members come from different universities and research institutes in and around Berlin. Next meeting will be in May 2011. You may hear more about our activities in the future.


Reading dymolas mat-files with python

INFO: This post is outdated! Please have a look here. Dymola stores its simulation results in regular mat-files, but the program uses a special variable structure to store the data efficiently. An easy way to access the data is MATLAB, but I was looking for a more pythonic solution. If you want to access the…