I want to open a .mdl simulink file which is saved as text document. Whenever i try to open it from simulink it does not shows up in the directory where i saved it. Can somebody answer it please.

80 visualizaciones (últimos 30 días)
I just downloaded the .mdl simulink file from my professors website. This file can only be saved in text document format. Now i want to open and run this file,so i tried to open it from simulink but it does not appears in the directory where i have saved it, so i can't be able to run it.
  3 comentarios
Luca Fenech
Luca Fenech el 21 de Mzo. de 2021
Editada: Luca Fenech el 21 de Mzo. de 2021
Well I tried this @Walter Roberson. I downloaded the file as 'All Files'. Then I tried to open the text document by using the 'Open with' command. Then I found 'MATLAB'. But it still isn't opening.
Currently the file is saved as 'am.mdl', and the extention is 'TXT File'. Any help on how to continue pls?
Thanks.

Iniciar sesión para comentar.

Respuestas (1)

sourav  malla
sourav malla el 20 de Jun. de 2019
Simulink opens the .mdl file in graphical ways. So you can not read ASCII information of .mdl file simulink window.
But you can open the file in Notepad or Wordpad or any ascii reader to read the information in text formate.
For windows operating system,
  1. Right click on .mdl file and choose Open with...
  2. Select Notepad or Wordpad or any other ascii reader.
  3. Click OK.
Or you can also use your Matlab editor to open and view it,
edit('myModel.mdl')
You need to supply a full pathname to the model file if you are not presently in that directory.
  1 comentario
Walter Roberson
Walter Roberson el 20 de Jun. de 2019
This is the opposite of the situation. Simulink was not seeing the file as a model in the directory and so was not able to open it in the usual ways. The user was trying to get Simulink to see the file as a model, not trying to read the text of the file.
My response last year addressed the point that sometimes downloaded files do not arrive with the extension that one expects, and it might not always be obvious because sometimes the real extension is hidden by the file explorer.

Iniciar sesión para comentar.

Categorías

Más información sobre Programmatic Model Editing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by