MATLAB 2015a simulink文件如何保存为低版本。

如题,MATLAB 2015a simulink文件如何保存为低版本,试着save as成了mdl格式,在matlab 2010a中打不开,求解

 채택된 답변

vowone
vowone 2022년 11월 28일

0 개 추천

bdclose all; Enc='windows-1252';
set_param(0,'CharacterEncoding',Enc);
bdclose all; set_param(0, 'CharacterEncoding', 'ISO-8859-1')
自己解决了。。。

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 编程式模型编辑에 대해 자세히 알아보기

태그

질문:

2022년 11월 28일

답변:

2022년 11월 28일

Community Treasure Hunt

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

Start Hunting!