You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
%
% get_non_default_value - get the list of <field,value> which have different values than the default
%
% format: [fields,values,ui_type] = get_non_default_value( ui_handle )
%
% input: ui_handle - a graphic handle of any type
%
% output: fields,values - pairs of field name and it's content which is not the default value
% ui_type - the type of the graphic handle given to the function
%
% example: [fields,values,h_type] = get_non_default_value( figure('name','mytest','tag','examplefig' ) )
%
I wrote this file, since someone asked about it in the news-group. enjoy.
Cite As
Ohad Gal (2026). get_non_default_value (https://www.mathworks.com/matlabcentral/fileexchange/4105-get_non_default_value), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (2.1 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
