How to Read Simulink model interfaces in m script without loading the model.
Ältere Kommentare anzeigen
I have a Simulink model in 2020v, I need to use that model in 2017 without exporting to previous versions. I am not able to load the simulink (v2020)model in 2017. So is it possible to write m script(v2017) to import the interfaces of simulink model(v2020).
Antworten (1)
Benjamin Thompson
am 31 Jan. 2022
0 Stimmen
When you select "Save" in Simulink, there should be an option to save as a previous release, at the bottom of the popup menu. I can be in R2021B and save a version of a model for R2014B. Just don't overwrite your 2020 model file in case you need that for something else.
Kategorien
Mehr zu Programmatic Model Editing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!