MATLAB: Is there any way to list all shadowed files in the MATLAB Path in MATLAB 7.8 (2009a)

carddirectoryfilefilesfolderMATLABpathshadowedwildwildcard

I would like to see a list of all the shadowed files in the MATLAB path. I have to know the name of the function to execute WHICH:
which - all <filename>
I would like to do something which can list the shadowed file using a command like:
which -all *
where * is a wildcard character that implies list all the MATLAB files in my path.

Best Answer

The ability to list all shadowed files is not available in MATLAB 7.8 (R2009a). As a workaround, use the attached file "whichall.m".