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!