| Image Processing Toolbox | Search  Help Desk |
| iptgetpref | Examples See Also |
Get Image Processing Toolbox preferences
Syntax
value = iptgetpref(prefname)
Description
value = iptgetpref(prefname) returns the value of the Image Processing Toolbox preference specified by the string prefname. Preference names are case insensitive and can be abbreviated.
iptgetpref without an input argument displays the current setting of all Image Processing Toolbox preferences.
Example
value = iptgetpref('ImshowAxesVisible')
value =
off
See Also
imshow, iptsetpref