Code covered by the BSD License  

Highlights from
Project Manager

image thumbnail
from Project Manager by Sung Soo Kim
Open/close m-files and change the current path with one click, across your different projects.

startup_sample.m
% If you want to automatically open the previous project when you startup
% MATLAB, then add the following command at the end of your 'startup.m'
% file. Or you can rename this file to 'startup.m' and copy into one of
% your search path (like the directory where 'pm.m' is in).

addpath('path_to_the_project_manager');
pm('startup_pm');

Contact us at files@mathworks.com