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

조회 수: 2 (최근 30일)
chinna naidu
chinna naidu 2016년 11월 30일
댓글: chinna naidu 2017년 3월 27일
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에서 Predictive Maintenance Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by