iptgetpref - Get values of Image Processing Toolbox preferences
Syntax
prefs = iptgetpref
value = iptgetpref(prefname)
Description
prefs = iptgetpref returns
a structure containing all the Image Processing Toolbox preferences
with their current values. Each field in the structure has the name
of an Image Processing Toolbox preference.
value = iptgetpref(prefname) returns the
value of the Image Processing Toolbox preference specified by the
string prefname. See iptprefs for
a complete list of valid preference names or access the Image Processing
preferences dialog box from the File menu
in the MATLAB desktop. Preference names are not case sensitive
and can be abbreviated.
Examples
value = iptgetpref('ImshowAxesVisible')
value =
offSee Also
imshow, iptprefs, iptsetpref
 | iptGetPointerBehavior | | ipticondir |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit