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

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

 Respuesta aceptada

vowone
vowone el 28 de Nov. de 2022

0 votos

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

Más respuestas (0)

Categorías

Más información sobre 编程式模型编辑 en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 28 de Nov. de 2022

Respondida:

el 28 de Nov. de 2022

Community Treasure Hunt

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

Start Hunting!