c = func2str(fh) constructs
a character vector, c, that contains the name of
the function associated with the function handle, fh.
If fh is associated with an anonymous function, func2str returns
a character vector that represents the anonymous function.