Get values of Image Processing Toolbox preferences
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.
Get the value of the 'ImshowAxesVisible'
preference.
value = iptgetpref('ImshowAxesVisible')
value = off
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.
imshow
| iptprefs
| iptsetpref