How do I go between plain scripts (.m) and live scripts (.mlx)?
Show older comments
I would like to convert my Live Editor files to ordinary script files and vice versa, how do I do that?
Accepted Answer
More Answers (1)
Baptiste Ottino
on 7 Aug 2017
Alternatively, use the command lines:
From mlx to m:
doc matlab.internal.richeditor.openAndConvert
From m to mlx:
doc matlab.internal.richeditor.openAndSave
Categories
Find more on Live Scripts and Functions in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!