Convert .slx to .mdl from Matlab command prompt

52 visualizaciones (últimos 30 días)
Nirav Ambaliya
Nirav Ambaliya el 11 de Oct. de 2018
Respondida: surya kant el 21 de Mayo de 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

Respuesta aceptada

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

Más respuestas (1)

surya kant
surya kant el 21 de Mayo de 2021
open_system('SLXModel')
save_system('SLXModel','MDLModel.mdl')

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by