필터 지우기
필터 지우기

How to recover simulink dmr files

조회 수: 17 (최근 30일)
Florian Schindler
Florian Schindler 2023년 9월 1일
편집: Stefanie Schwarz 2023년 10월 25일
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://

답변 (1개)

Dinesh
Dinesh 2023년 9월 1일
편집: Dinesh 2023년 9월 1일
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
John D'Errico
John D'Errico 2023년 9월 1일
@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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Simulink Environment Customization에 대해 자세히 알아보기

태그

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by