How do I configure MATLAB so each User has their own path?

I want to set up a "Developer" that has their own path that is independent of the paths of other Users.
The MATLAB version is R2014b.

Answers (1)

That is done by default. The file used to initialize paths is pathdef.m which is in the userpath folder; see http://www.mathworks.com/help/matlab/matlab_env/matlab-startup-folder.html

3 Comments

It appears that all users will access the same userpath and therefore the same pathdef. This would explain why all of the users share the same path. What I want is a Developer that has their own path and the other users can share a separate, independent path. Do I need separate MATLAB environments for these two cases. The Developer would code and test using one set of folders, move the code to the User folders when approved, and the users would access only the approved code.
? Are all of your users using the same login??
No. There are, at least, two unique logins.

Sign in to comment.

Categories

Asked:

on 19 May 2016

Commented:

on 27 May 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!