how can i generate .xml file to my simulink model...........?

1 次查看(过去 30 天)
i want to convert my .mdl file to .xml. will you please suggest me ?

采纳的回答

Preethi
Preethi 2016-11-30
hi,
you can use save_system()
save_system('model.mdl', 'model_xml.xml','ExportToXML', true);
  4 个评论
chinna naidu
chinna naidu 2016-12-1
Thank preethi its working. i got the xml file related to my model.
chinna naidu
chinna naidu 2017-3-27
preethi that time by using this command i did conversion to my model into xml . but this time i am getting erro. will you please tell me what may be the reason for getting error.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink Environment Customization 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by