Convert .slx to .mdl from Matlab command prompt

54 vues (au cours des 30 derniers jours)
Nirav Ambaliya
Nirav Ambaliya le 11 Oct 2018
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

Réponse acceptée

Nirav Ambaliya
Nirav Ambaliya le 11 Oct 2018
Found commands which does the job.
open_system('SLXModel')
save_system('SLXModel','MDLModel.mdl')

Plus de réponses (1)

surya kant
surya kant le 21 Mai 2021
open_system('SLXModel')
save_system('SLXModel','MDLModel.mdl')

Catégories

En savoir plus sur MATLAB 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