Obtaining the model topology from a Simulink model

半腔热情 提交于 2019-11-30 22:19:47
KAE

Not my area, but noticed this Python parser which may be helpful.

Or you can purchase the Simulink Report Generator in order to save/manipulate the model as a XML file.

Or the *.mdl file is a readable ascii file. You could read it into a string with a fread statement, alter the string, then either save it to your format of choice or write it back out to a *.mdl file. My coworker thought of this, not me! But would require doing the editing/parsing with a routine you write yourself.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!