Clear Filters
Clear Filters

How to know which m-file run?

3 views (last 30 days)
Leotsing
Leotsing on 17 Jun 2016
Commented: Leotsing on 17 Jun 2016
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?

Accepted Answer

Shameer Parmar
Shameer Parmar on 17 Jun 2016
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 Comment
Leotsing
Leotsing on 17 Jun 2016
Thank you very much,your way-2 works for me!

Sign in to comment.

More Answers (1)

KSSV
KSSV on 17 Jun 2016
There would be a command history dialogue in matlab...you can know from here what happened so far....

Categories

Find more on Entering Commands in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!