Convert .slx to .mdl from Matlab command prompt

조회 수: 20 (최근 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 CenterFile Exchange에서 Specialized Power Systems에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by