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!