How to know which m-file run?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/154074/image.jpeg)
0 commentaires
Réponse acceptée
Shameer Parmar
le 17 Juin 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.
Plus de réponses (1)
KSSV
le 17 Juin 2016
There would be a command history dialogue in matlab...you can know from here what happened so far....
Voir également
Catégories
En savoir plus sur Scope Variables and Generate Names dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!