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?

0 件のコメント
回答 (1 件)
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
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!