MATLAB: How can i generate .xml file to the simulink model………..

simulink

i want to convert my .mdl file to .xml. will you please suggest me ?

Best Answer

hi,
you can use save_system()
save_system('model.mdl', 'model_xml.xml','ExportToXML', true);
Related Question