Convert .slx to .mdl from Matlab command prompt

53 次查看(过去 30 天)
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

采纳的回答

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

更多回答(1 个)

surya kant
surya kant 2021-5-21
open_system('SLXModel')
save_system('SLXModel','MDLModel.mdl')

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by