Is it possible to programmatically run and export a live function in MATLAB Version R2020a? I know in version 2022 you can use the export function.
Afficher commentaires plus anciens
I know that in Matlab 2022, you can use the function
export("MyLiveScript.mlx");
to export a Live Script or Function. But this doesn't work in Version 2020. Is there any work around, other than just clicking the menu bar?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Live Scripts and Functions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!