mfilename is not working for me
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to get the file name of the lastly invoked mfile using the following command.
a=mfilename('fullpath')
Can anyone tell me where i am committing mistake.!!
I'm working on MATLAB Version 7.13.0.564 (R2011b)
0 comentarios
Respuestas (3)
Andreas Goser
el 4 de En. de 2013
The documentation says: "When called from the command line, mfilename returns an empty string."
1 comentario
Jan
el 4 de En. de 2013
@Sudharsan: This means, that your expectations are the mistake. What do you want to obtain in the command line?
Image Analyst
el 4 de En. de 2013
mfilename only works inside the script when it's running. I don't know that that information on the last m-file that was run is kept, or if it is, if it's available for you to easily get. Maybe it's kept somewhere, though I don't know where. You might try poking around http://undocumentedmatlab.com/
0 comentarios
Sean de Wolski
el 4 de En. de 2013
Might be able to get it from the command history:
com.mathworks.mlservices.MLCommandHistoryServices.getSessionHistory
0 comentarios
Ver también
Categorías
Más información sobre Entering Commands en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!