data processing of the .mat result from Dymola simulation

后端 未结 2 1466
南笙
南笙 2021-01-26 20:15

I am trying to do data processing with the .mat result from Dymola. My plan is to use MATLAB. I got a few questions about the .mat file:

  1. If I load the .mat file int
2条回答
  •  天命终不由人
    2021-01-26 20:53

    Regarding the file format, note that there is a utility to convert the MAT files to a simple HDF5-based format, if that makes post-processing easier. There are scripts for both MATLAB and Python to read such files (extension SDF).

提交回复
热议问题