open a folder outside of MATLAB
57 views (last 30 days)
Show older comments
The folder is in this directory: G:\name1\inputs. I want to open input folder, outside of MATLAB by command. any idea?
0 Comments
Accepted Answer
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');
0 Comments
More Answers (0)
See Also
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!