from
Open working directory (owd)
by Heval
Opens current working directory in Windows Explorer
|
| owd |
function owd
% OWD Open working directory
% Opens the current working directory in Windows Explorer.
%
% Remove the /e switch in case no folder view is desired in the
% Windows Explorer window on the left pane.
eval(['!explorer /e,' cd])
|
|
Contact us at files@mathworks.com