Opening a simulink file that has an extension .MDL

11 ビュー (過去 30 日間)
mokhtar shouran
mokhtar shouran 2019 年 10 月 15 日
編集済み: Steven Lord 2019 年 10 月 16 日
Hi guys
i have a simulink file that has an extention .MDL "in capital", this file cannot be opened; it says "the file is invalid because it does not have the extention ".mdl or slx"". I was wondering if any of you has cfaced similar problem
i am using matlab 2019b

回答 (1 件)

Steven Lord
Steven Lord 2019 年 10 月 15 日
Can you open it if you change the extension from .MDL (all caps) to .mdl (all lower-case)?
  2 件のコメント
mokhtar shouran
mokhtar shouran 2019 年 10 月 16 日
編集済み: mokhtar shouran 2019 年 10 月 16 日
Thanks for your response
As the file cannot be opened, i can not chage its extension.
If you know a way that allowa me to change the extension of the file, kindly write it down please
Steven Lord
Steven Lord 2019 年 10 月 16 日
編集済み: Steven Lord 2019 年 10 月 16 日
You can use the movefile function in MATLAB to rename the file, including its extension. Though if you're on Windows, you might want to copyfile it to a file with the correct case for the extension in tempdir first, since Windows and filenames that differ only by case don't play well together, if I remember correctly.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeString についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by