How to open a .mldatx-file?
조회 수: 145 (최근 30일)
이전 댓글 표시
Hi,
When I open a .mldatx-file, the Signal Analyzer pops up, but won't show the data which the .mldatx-file contains. I can see the data/graphs the .mldatx-file contains in left downside corner of the screen (graphs in red circle, see image below). So I know the files is not empty, but how do I open it correctly?
I know that a .mldatx-file has something to do with Simulink or Simscape. I received these .mldatx-files without a Simulink-model or script. Do I need one? Or can I create a subsitute script or Simulink-model, so I can open the files?
I also tried to open the files in Simulink with the Simulation Data Inspector, but I could not choose to import a .mldatx-file.
Can someone help me with this problem?
Thanks in advance!
댓글 수: 1
MEP
2022년 2월 2일
편집: MEP
2022년 2월 2일
Hi, the .mldatx is Simulink Simulation Data Inspector saved session. The mldatx file extension is associated with the Simulink, a graphical programming environment for modeling and simulating. The mldatx file contains saved session (settings and data) from Simulation Data Inspector. Simulation Data Inspector is a part of Simulink used to inspect and compare data and simulation results to validate and iterate model designs. So, it contains only the simulation results; to see the code you need the original file.
답변 (1개)
Yash
2024년 8월 26일
Hi,
An MLDATX file is used to save and load Simulation Data Inspector Sessions in MATLAB. Please refer to the following section of documentation to understand how to load a MLDATX file: https://www.mathworks.com/help/simulink/ug/save-and-share-simulation-data-inspector-data-and-views.html#:~:text=load%20a%20Simulation%20Data%20Inspector%20session
You can refer to the following video by MathWorks to get more details on Simulation Data Inspector and MLDATX files: https://www.mathworks.com/videos/simulation-data-inspector-1487793414941.html
For more details on saving and sharing Simulation Data Inspector Data and Views, please refer to the following documentation: https://www.mathworks.com/help/simulink/ug/save-and-share-simulation-data-inspector-data-and-views.html
I hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!