| Image Processing Toolbox | ![]() |
Get Image Processing Toolbox preference
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
| ind2rgb | iptsetpref | ![]() |