How to recovered mdl file
2 次查看(过去 30 天)
显示 更早的评论
By mistake i delete .mdl file. now its slx file available how to restore mdl file from slx file.
0 个评论
回答(1 个)
Walter Roberson
2022-4-19
You can use the "Export Model to Previous Simulink Version" menu, as that menu allows you to select whether you want to export to MDL or SLX.
Is there are a particular reason you are using a MDL file instead of the newer SLX format?
2 个评论
Walter Roberson
2022-4-19
https://www.mathworks.com/help/simulink/ug/reuse-simulation-builds-for-faster-simulations.html
slxc are cache files, not a copy of the model. You probably cannot recover the model from the cache file.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!