Convert .slx to .mdl from Matlab command prompt

53 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

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

Più risposte (1)

surya kant
surya kant il 21 Mag 2021
open_system('SLXModel')
save_system('SLXModel','MDLModel.mdl')

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by