How do I go between plain scripts (.m) and live scripts (.mlx)?
Mostrar comentarios más antiguos
I would like to convert my Live Editor files to ordinary script files and vice versa, how do I do that?
Respuesta aceptada
Más respuestas (1)
Baptiste Ottino
el 7 de Ag. de 2017
Alternatively, use the command lines:
From mlx to m:
doc matlab.internal.richeditor.openAndConvert
From m to mlx:
doc matlab.internal.richeditor.openAndSave
Categorías
Más información sobre Live Scripts and Functions en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!