get_non_default_val​ue

Version 1.0.0.0 (2,1 ko) par Ohad Gal
Finds the fields (of a UI element) with the non-default values.
2,2K téléchargements
Mise à jour 30 oct. 2003

Afficher la licence

%
% 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.

Citation pour cette source

Ohad Gal (2024). get_non_default_value (https://www.mathworks.com/matlabcentral/fileexchange/4105-get_non_default_value), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R12.1
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Migrate GUIDE Apps dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0