How do I go between plain scripts (.m) and live scripts (.mlx)?

406 vues (au cours des 30 derniers jours)
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

MathWorks Support Team
MathWorks Support Team le 18 Jan 2023
Modifié(e) : MathWorks Support Team le 20 Jan 2023
Use the following following conversion steps:
  • Plain to Live: “Open as Live Script” from Current Folder Browser or document tab
  • Live to Plain: “Save as…” and select “MATLAB Code (*.m)” Please also note that in MATLAB R2022a 'export' was introduced to go from MLX to M: https://mathworks.com/help/matlab/ref/export.html
  2 commentaires
Baptiste Ottino
Baptiste Ottino le 7 Août 2017
Hi John, Hi Sarang,
It is perfectly possible to go between the two formats using the following internal functions (2016b, maybe even 2016a):
From mlx to m:
doc matlab.internal.richeditor.openAndConvert
From m to mlx:
doc matlab.internal.richeditor.openAndSave
I know I'm late on the topic, but I found out by pure luck after countless hours of research, and I hope it will help someone. Best regards.
Walter Roberson
Walter Roberson le 29 Jan 2018
Thanks, Baptiste, thanks Sharon.

Connectez-vous pour commenter.

Plus de réponses (1)

Baptiste Ottino
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 Parallel Computing Fundamentals dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by