how can i generate .xml file to my simulink model...........?
1 view (last 30 days)
Show older comments
i want to convert my .mdl file to .xml. will you please suggest me ?
0 Comments
Accepted Answer
Preethi
on 30 Nov 2016
hi,
you can use save_system()
save_system('model.mdl', 'model_xml.xml','ExportToXML', true);
4 Comments
More Answers (0)
See Also
Categories
Find more on Simulink Environment Customization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!