What is the live script file format (.mlx)? Can I look inside it?
조회 수: 25 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2016년 3월 4일
편집: MathWorks Support Team
2023년 4월 14일
What is the structure of the Live Editor script? Is it MathWorks proprietary?
채택된 답변
MathWorks Support Team
2023년 4월 13일
편집: MathWorks Support Team
2023년 4월 14일
The file format uses open standards -- it is not MathWorks proprietary. It is an Open Packaging Conventions file (like the Simulink model .slx format), which is by definition a .ZIP file that you can open with any tool and whose contents you can see. The file "document.xml" within the .ZIP contains the MATLAB code and rich text, and also follows an open standard format, ECMA-376 (OOXML). The file "output.xml" contains a serialized version of the output. Images, if any, are stored as additional separate parts. See the “Live Script File Format” documentation topic for more information.
Please refer the following documentation link for more information:
댓글 수: 0
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!