How do I go between plain scripts (.m) and live scripts (.mlx)?
이전 댓글 표시
I would like to convert my Live Editor files to ordinary script files and vice versa, how do I do that?
채택된 답변
추가 답변 (1개)
Baptiste Ottino
2017년 8월 7일
Alternatively, use the command lines:
From mlx to m:
doc matlab.internal.richeditor.openAndConvert
From m to mlx:
doc matlab.internal.richeditor.openAndSave
카테고리
도움말 센터 및 File Exchange에서 Live Scripts and Functions에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!