iptgetpref
Get values of Image Processing Toolbox preferences
Description
returns a structure containing all of the Image Processing Toolbox™ preferences with their current values.prefs
= iptgetpref
You can also use the Image Processing Toolbox Preferences dialog box to get the preferences. To access the dialog
box, click Preferences on the Home tab in the MATLAB® desktop, or call the iptprefs
function.
Examples
Get Value of Single Image Processing Toolbox Preference
Get the value of the 'ImshowAxesVisible'
preference.
value = iptgetpref('ImshowAxesVisible')
value = off
Input Arguments
Output Arguments
Tips
You can also use the Image Processing Toolbox Preferences dialog box to get the preferences. To access the dialog box, click Preferences on the Home tab in the MATLAB desktop, or call the
iptprefs
function.
Version History
Introduced before R2006a
See Also
imshow
| iptprefs
| iptsetpref