How to know which m-file run?

8 visualizaciones (últimos 30 días)
Leotsing
Leotsing el 17 de Jun. de 2016
Comentada: Leotsing el 17 de Jun. de 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?

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (1)

KSSV
KSSV el 17 de Jun. de 2016
There would be a command history dialogue in matlab...you can know from here what happened so far....
  1 comentario
Leotsing
Leotsing el 17 de Jun. de 2016
thank you very much for your help

Iniciar sesión para comentar.

Categorías

Más información sobre File Operations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by