| Contents | Index |
prefdir
folder = prefdir
folder = prefdir(1)
prefdir returns the folder that contains
Preferences for MATLAB and related products (matlab.prf)
Command history file (history.m)
MATLAB shortcuts (shortcuts.xml)
MATLAB desktop layout files (MATLABDesktop.xml and Your_Saved_LayoutMATLABLayout.xml)
Other related files
folder = prefdir assigns to folder the name of the folder containing preferences and related files.
folder = prefdir(1) creates a folder for preferences and related files if one does not exist. If the folder does exist, the name is assigned to folder.
You must have write access to the preferences folder. Otherwise, MATLAB generates an error in the Command Window when you try to change preferences. This can happen if the folder is hidden, for example: myname/.matlab/R2009a.
View the location of the preferences folder:
prefdir
Make the preferences folder become the current folder:
cd(prefdir) % Then, view the files for customizing MathWorks products: dir
On Windows platforms, go directly to the preferences folder in Microsoft Windows Explorer
winopen(prefdir)
getpref | preferences | setpref

Explore how to use MATLAB to make advancements in engineering and science.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |