No BSD License  

Highlights from
ecd

from ecd by M Koelemay
Opens windows explorer set to the current Matlab directory, with the folder structure view.

ecd
%% ecd.m
%  ************************************************************************
%  Filename:        ecd.m
%  Description:     ecd = "explore current directory" ... opens windows
%                   explorer with the folder structure view to the current 
%                   matlab directory.
%  Author:          Mike Koelemay
%  Created:         2008/08/21
%  ************************************************************************
%%
function ecd
dos( ['%SystemRoot%\explorer.exe /e, "' cd '"'] );

Contact us at files@mathworks.com