Convert .slx to .mdl from Matlab command prompt
15 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Nirav Ambaliya
le 11 Oct 2018
Réponse apportée : surya kant
le 21 Mai 2021
I have a model in slx format. I want to convert it to mdl format to do some text processing. Is there a command in Matlab which does this? I am aware that we can convert slx -> mdl from file-saveas etc. I am using Matlab R2016b.
Any help is greatly appreciated.
Nirav Ambaliya
0 commentaires
Réponse acceptée
Plus de réponses (1)
surya kant
le 21 Mai 2021
open_system('SLXModel')
save_system('SLXModel','MDLModel.mdl')
0 commentaires
Voir également
Catégories
En savoir plus sur Specialized Power Systems dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!