How to know which m-file run?
조회 수: 8 (최근 30일)
이전 댓글 표시
I ran some code(suppose I do not know the content),which makes to run one or some .m-file(s),how can I know which m-file has been run?

댓글 수: 0
채택된 답변
Shameer Parmar
2016년 6월 17일
1. Check from command History of matlab.
OR
2. In all that files, open and put command "disp('filename')". so that it will display in the filename in command window.
추가 답변 (1개)
KSSV
2016년 6월 17일
There would be a command history dialogue in matlab...you can know from here what happened so far....
참고 항목
카테고리
Help Center 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!