How do I go between plain scripts (.m) and live scripts (.mlx)?
Mostra commenti meno recenti
I would like to convert my Live Editor files to ordinary script files and vice versa, how do I do that?
Risposta accettata
Più risposte (1)
Baptiste Ottino
il 7 Ago 2017
Alternatively, use the command lines:
From mlx to m:
doc matlab.internal.richeditor.openAndConvert
From m to mlx:
doc matlab.internal.richeditor.openAndSave
Categorie
Scopri di più su Live Scripts and Functions in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!