Filter löschen
Filter löschen

How to recover simulink dmr files

17 Ansichten (letzte 30 Tage)
Florian Schindler
Florian Schindler am 1 Sep. 2023
Bearbeitet: Stefanie Schwarz am 25 Okt. 2023
I have a large simulink .dmr file with simulation results. is there a possibility to open this file and view the results?
The simulation crashed because the .dmr ocupied all the left space on C://

Antworten (1)

Dinesh
Dinesh am 1 Sep. 2023
Bearbeitet: Dinesh am 1 Sep. 2023
Hi Florian.
If you think that your .dmr file is large for your model, you can also reduce it's size by reducing the amount of logged data. You can find more information on the following link:
These .dmr files are not intended to be directly opened or accessed by the user. Instead, they act as a storage backend for Simulink's logging during the simulation. Once the simulation completes, the data is typically available in the MATLAB workspace or wherever you've configured the logging to save to, and the .dmr file is just a temporary store.
I would suggest that you either reduce the size of the .dmr file by changing the configuration or clear some space on your "C://" drive so that the Simulation doesn't crash when you run it next time.
These .dmr files are usually stored in a temporary folder and will automatically get deleted once MATLAB closes.
  1 Kommentar
John D'Errico
John D'Errico am 1 Sep. 2023
@Florian Schindler - and I think the answer to your direct question is, no, there is nothing useful you can get from that file except the important lesson to reduce the information logged and probably to increase the space available for that purpose, and to re-run the analysis. The file is not designed to be read. And anything in the file is corrupted anyway, since the file would not have been properly closed in the crash.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Simulink Environment Customization finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by