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!