How to find the location of a file?

15 views (last 30 days)
Hello, I need to be able to find the location of a an m.file and its full path (directory) by typing its name in the command window or programmatically. Is there any function that can do that? Thanks!

Accepted Answer

the cyclist
the cyclist on 23 Aug 2013
The which() command will do that.

More Answers (1)

Mehdi
Mehdi on 23 Aug 2013
Thank you sir! It worked.

Categories

Find more on Search Path in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!