How do I go between plain scripts (.m) and live scripts (.mlx)?
Afficher commentaires plus anciens
I would like to convert my Live Editor files to ordinary script files and vice versa, how do I do that?
Réponse acceptée
Plus de réponses (1)
Baptiste Ottino
le 7 Août 2017
Alternatively, use the command lines:
From mlx to m:
doc matlab.internal.richeditor.openAndConvert
From m to mlx:
doc matlab.internal.richeditor.openAndSave
Catégories
En savoir plus sur Live Scripts and Functions dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!