get_non_default_val​ue

版本 1.0.0.0 (2.1 KB) 作者: Ohad Gal
Finds the fields (of a UI element) with the non-default values.
2.2K 次下载
更新时间 2003/10/30

查看许可证

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

引用格式

Ohad Gal (2024). get_non_default_value (https://www.mathworks.com/matlabcentral/fileexchange/4105-get_non_default_value), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R12.1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0