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!