フィルターのクリア

what is the difference between .mdl and .slx files and full form of mdl and slx?

339 ビュー (過去 30 日間)
Ravi
Ravi 2017 年 8 月 17 日
回答済み: Bhuwan Bisht 2021 年 1 月 8 日
what is the difference between .mdl and .slx files and full form of mdl and slx?

採用された回答

Sebastian Castro
Sebastian Castro 2017 年 8 月 17 日
.mdl is the legacy file format. Simulink models switched to the newer .slx format in 2012.
Whereas .mdl files are single text files, .slx files are compressed packages. You can find more at https://www.mathworks.com/help/simulink/ug/saving-a-model.html#btbr7kx-1
- Sebastian

その他の回答 (1 件)

Bhuwan  Bisht
Bhuwan Bisht 2021 年 1 月 8 日
SLX is a compressed package that conforms to the Open Packaging Conventions (OPC) interoperability standard. SLX stores model information using Unicode® UTF-8 in XML and other international formats. Saving Simulink models in the SLX format:
  • Typically reduces file size compared to MDL. The file size reduction between MDL and SLX varies depending on the model.
  • Solves some problems in previous releases with loading and saving MDL files containing Korean and Chinese characters.
  • Enables incremental loading and saving. Simulink optimizes performance and memory usage by loading only required parts of the model and saving only modified parts of the model.

カテゴリ

Help Center および File ExchangeProgrammatic Model Editing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by