Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
how to display the name of an input function by a function functions?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I would like to write a function functions ff and run this way: ff(@inputfunc) which prints the name of the input function, in this case "inputfunc". How to do that?
0 commentaires
Réponses (2)
Matthew Eicholtz
le 8 Mar 2016
I am slightly confused by the wording of your question ("function functions ff"?), but I have a feeling that mfilename may be a good starting point.
You can use mfilename inside of a function to get the name of the currently executing function.
Does this help at all?
0 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!