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

3 views (last 30 days)
Joe
Joe on 17 Sep 2025
Edited: Joe on 17 Sep 2025
i want to select file in 'pattern', can i finish this by scirpts?

Answers (1)

Walter Roberson
Walter Roberson on 17 Sep 2025
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 Comment
Joe
Joe on 17 Sep 2025
Edited: Joe on 17 Sep 2025
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?

Sign in to comment.

Categories

Find more on Simulink Functions in Help Center and File Exchange

Tags

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!