How can I import a model to simulink that was exported by save_system(sys, 'exported_file_name.xml', 'ExportToXML', true)?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Erilan
am 21 Jul. 2017
Beantwortet: Aniruddha Katre
am 22 Jul. 2017
I cannot find a way to get the simulink model back from the xml. Trying to open it just opens it as a standard xml-file in the editor.
0 Kommentare
Akzeptierte Antwort
Aniruddha Katre
am 22 Jul. 2017
It is currently not possible to regenerate a generic Simulink model from an XML file. XML import to Simulink is only possible if you are trying to create a Simscape Multibody model from a CAD drawing. The function for that is smimport.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Programmatic Model Editing 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!