Convert .slx to .mdl from Matlab command prompt

51 ビュー (過去 30 日間)
Nirav Ambaliya
Nirav Ambaliya 2018 年 10 月 11 日
回答済み: surya kant 2021 年 5 月 21 日
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 Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by