Opening a simulink file that has an extension .MDL

6 visualizaciones (últimos 30 días)
mokhtar shouran
mokhtar shouran el 15 de Oct. de 2019
Editada: Steven Lord el 16 de Oct. de 2019
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

Respuestas (1)

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

Iniciar sesión para comentar.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by