필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

GUI handles structure and assignment checking

조회 수: 2 (최근 30일)
Z Chen
Z Chen 2013년 10월 17일
마감: MATLAB Answer Bot 2021년 8월 20일
Not sure my question posted or not. the Screen just went away. 1. Could someone tell me the meaning of the numbers after each tag? handles =
figure1: 198.0060
Exit: 36.0073
Continue: 35.0071
unitgroup: 31.0059
uipanel1: 23.0066
reset: 199.0060
productName: 34.0068
text17: 33.0072
hintMthDef: 32.0077
hintsSrcDir: 30.0059
spectra: 29.0059
dirName: 28.0059
text19: 27.0057
text21: 26.0057
NumSpecFiles: 25.0057
fileSourceSelection: 24.0057
output: 198.0060
2. How can check if a tag assigns a value or not. For example, after GUI ops, handles becomes the following. For example, productpath has changed. But I am not sure how to tell the difference. handles =
figure1: 198.0060
Exit: 36.0073
Continue: 35.0071
unitgroup: 31.0059
uipanel1: 23.0066
reset: 199.0060
productName: 'yyy zzz'
text17: 33.0072
hintMthDef: 32.0077
hintsSrcDir: 30.0059
spectra: 'data1.txt'
dirName: 'C:\research\project1\'
text19: 27.0057
text21: 26.0057
NumSpecFiles: 25.0057
fileSourceSelection: 24.0057
output: 198.0060
productPath: {'C:\research\product1\'}
numSpecFiles: 4

답변 (1개)

Z Chen
Z Chen 2013년 10월 17일
편집: Z Chen 2013년 10월 17일
notice length(handles.dirName) =1 even no value is assigned.

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by