open a folder outside of MATLAB

59 views (last 30 days)
mohammad
mohammad on 6 Aug 2012
The folder is in this directory: G:\name1\inputs. I want to open input folder, outside of MATLAB by command. any idea?

Accepted Answer

Matt Kindig
Matt Kindig on 6 Aug 2012
Edited: Matt Kindig on 6 Aug 2012
I am assuming by your directory structure you have Windows:
winopen('G:\name1\inputs');

More Answers (0)

Categories

Find more on Search Path in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!