Opening a simulink file that has an extension .MDL

11 views (last 30 days)
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

Answers (1)

Steven Lord
Steven Lord on 15 Oct 2019
Can you open it if you change the extension from .MDL (all caps) to .mdl (all lower-case)?
  2 Comments
mokhtar shouran
mokhtar shouran on 16 Oct 2019
Edited: mokhtar shouran on 16 Oct 2019
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 on 16 Oct 2019
Edited: Steven Lord on 16 Oct 2019
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.

Sign in to comment.

Tags

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!