XML schema for Stateflow

I would like to be able to check if XML file is valid Stateflow. Where can I find some XML schema?

1 个评论

Yamen
Yamen 2021-9-3
编辑:Yamen 2021-9-6
@Pavla, here is how you can export the model to XML format:
save_system('mymodel','exportfile.xml','ExportToXML',true)

请先登录,再进行评论。

 采纳的回答

Joachim Schlosser
Joachim Schlosser 2014-8-19

0 个投票

Stateflow's model format is readable, but not open. You should not need to directly read or write SLX model files, as this format may change without prior notice. If you want to modify your Simulink or Stateflow models, please use the Simulink model API as referred in the documentation.
What do you want to achieve?

4 个评论

May I ask how to export a stateflow model to xml file? Thanks a lot!
@Joachim Schlosser, can you please provide the link to documentation for the Simulink model API ?
If you cannot find the API doc via search in either Google Robin the doc site, I recommend to refrain using Simulink programmatically.
i need to use simulink programmatically to automate the re-creation of test harness with test sequence source that was originally created manually .
I have about 50 test harness that need to be recreated for a different version component (same component as in origianl model with the harness, but different interfaces)

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Decision Logic 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by