How can I get the filename of a running script
23 次查看(过去 30 天)
显示 更早的评论
Matlab script
0 个评论
采纳的回答
Dimitris Kalogiros
2018-9-25
编辑:Dimitris Kalogiros
2018-9-25
For example, you can include into your m-file the following command:
myName= mfilename
Then variable myName, will contain a string with the name of the file.
0 个评论
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!