You are here : matlabImage Processingiptgetpref

iptgetpref() - Image Processing

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.


Syntax

prefs = iptgetprefvalue = iptgetpref(prefname)


Example

value = iptgetpref('ImshowAxesVisible')

value =

off


Output / Return Value


Limitations


Alternatives / See Also


Reference