hi guys, can i edit a .sfx file by matlab scripts?

3 次查看(过去 30 天)
i want to select file in 'pattern', can i finish this by scirpts?

回答(1 个)

Walter Roberson
Walter Roberson 2025-9-17
It is possible to edit a .sfx file by using a script. .sfx files are zipped XML files, so you would unzip the .sfx file, edit the resulting XML, and zip the result back up.
More likely you want to use a script to edit a model and save the model as sfx file. Many aspects of models can be altered by using set_param and related commands; https://www.mathworks.com/help/simulink/configuration-sets.html?s_tid=CRUX_lftnav
  1 个评论
Joe
Joe 2025-9-17
编辑:Joe 2025-9-17
thanks Roberson! actually i want to generate graph by a defined .m function automatically. I find that Pattern Wizard can do this, but i dont know if there are APIs for Pattern Wizard. Just like the tutorial below, can i do this by API?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Simulink Functions 的更多信息

标签

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by