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