Convert .slx to .mdl from Matlab command prompt
19 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nirav Ambaliya
am 11 Okt. 2018
Beantwortet: surya kant
am 21 Mai 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
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
surya kant
am 21 Mai 2021
open_system('SLXModel')
save_system('SLXModel','MDLModel.mdl')
0 Kommentare
Siehe auch
Kategorien
Mehr zu Specialized Power Systems finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!