how can i generate .xml file to my simulink model...........?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
chinna naidu
il 30 Nov 2016
Commentato: chinna naidu
il 27 Mar 2017
i want to convert my .mdl file to .xml. will you please suggest me ?
0 Commenti
Risposta accettata
Preethi
il 30 Nov 2016
hi,
you can use save_system()
save_system('model.mdl', 'model_xml.xml','ExportToXML', true);
4 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Simulink Environment Customization in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!