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!