how do I "locate file on disk" using matlab?
Show older comments
The answer is system(['explorer /select,' fullfilepath_here])
question is: is there a matlab function that one can use instead of system?
I'm not talking about something like winopen(fileparts(filename)), this doesn't select the file for you it only opens a window.
Answers (1)
Anthony Poulin
on 27 May 2015
0 votes
Hello,
I am not sure to really understand your question.
Is the "uigetfile" function that you are looking for?
This function opens a browser which allows you to find a file.
The function returns the path and the name of the chosen file.
1 Comment
Al Dente
on 27 May 2015
Categories
Find more on File Operations 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!