How do I go between plain scripts (.m) and live scripts (.mlx)?
Ältere Kommentare anzeigen
I would like to convert my Live Editor files to ordinary script files and vice versa, how do I do that?
Akzeptierte Antwort
Weitere Antworten (1)
Baptiste Ottino
am 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
Kategorien
Mehr zu Live Scripts and Functions finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!