MATLAB: Open a folder outside of MATLAB

folderopen

The folder is in this directory: G:\name1\inputs. I want to open input folder, outside of MATLAB by command. any idea?

Best Answer

I am assuming by your directory structure you have Windows:
winopen('G:\name1\inputs');