- Right click on .mdl file and choose Open with...
- Select Notepad or Wordpad or any other ascii reader.
- Click OK.
How to view mdl files
194 次查看(过去 30 天)
显示 更早的评论
Simulink models can be saved as .mdl-files which is an ASCII file containing information describing the model. Each section is started by a keyword filled with pairs of parameters and values.
It contains information about each system and subsystem and their con- tained blocks, ports and lines in hierarchical order. It also consists of sections describing global variables.
I want to know how to view these .mdl files containing these info. as text file in ASCII format in simulink window!
In which tab i should go and browse.
help me
Thank you
0 个评论
采纳的回答
TAB
2012-8-21
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 个评论
K E
2012-8-21
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interactive Model Editing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!