How to view an mlx file without using MATLAB
이전 댓글 표시
Hello everyone
I just want to ask, how one can view an mlx file in a pc without having matlab
thanks in advance
답변 (2개)
Les Beckham
2022년 10월 11일
1 개 추천
You can "Save as..." an mlx file to pdf, docx, html, or latex but you lose the interactivity. You will get a static "snapshot" of the file.
댓글 수: 4
Serwan
2022년 10월 16일
Walter Roberson
2022년 10월 16일
What does it mean to you to "explore" the contents?
An mlx file is a zipped archive of a directory containing mostly XML. You could unzip and any text or XML viewer if you just want to see the content.
If you want to be able to run the code you could potentially use MATLAB Compiler (which is generally more expensive than an additional MATLAB license.)
Tahariet Sharon
2024년 4월 1일
편집: Tahariet Sharon
2024년 4월 1일
How do you uncompress it? I can't any right click button allowing me in Mac. When I use VsCode I get "The file is not displayed in the text editor because it is either binary or uses an unsupported text encoding."
Walter Roberson
2024년 4월 1일
To get a right click on the Mac, use control-click
Reid Spence
2026년 6월 5일 13:54
0 개 추천
Check out the new m-code live code format (since 2025a)
카테고리
도움말 센터 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!