📄 dtivol.html
字号:
0136 <a name="_sub8" href="#_subfunctions" class="code">function tage1_Callback(hObject, eventdata, handles)</a>0137 <span class="comment">% hObject handle to tage1 (see GCBO)</span>0138 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0139 <span class="comment">% handles structure with handles and user data (see GUIDATA)</span>0140 0141 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of tage1</span>0142 dolambda1=get(hObject,<span class="string">'Value'</span>);0143 assignin(<span class="string">'base'</span>,<span class="string">'dolambda1'</span>,dolambda1);0144 <span class="comment">% --- Executes on button press in tage2.</span>0145 <a name="_sub9" href="#_subfunctions" class="code">function tage2_Callback(hObject, eventdata, handles)</a>0146 <span class="comment">% hObject handle to tage2 (see GCBO)</span>0147 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0148 <span class="comment">% handles structure with handles and user data (see GUIDATA)</span>0149 0150 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of tage2</span>0151 dolambda2=get(hObject,<span class="string">'Value'</span>);0152 assignin(<span class="string">'base'</span>,<span class="string">'dolambda2'</span>,dolambda2)0153 <span class="comment">% --- Executes on button press in tage3.</span>0154 <a name="_sub10" href="#_subfunctions" class="code">function tage3_Callback(hObject, eventdata, handles)</a>0155 <span class="comment">% hObject handle to tage3 (see GCBO)</span>0156 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0157 <span class="comment">% handles structure with handles and user data (see GUIDATA)</span>0158 0159 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of tage3</span>0160 <span class="comment">%dolambda3='y';</span>0161 dolambda3=get(hObject,<span class="string">'Value'</span>);0162 assignin(<span class="string">'base'</span>,<span class="string">'dolambda3'</span>,dolambda3);0163 0164 0165 <span class="comment">% --- Executes during object creation, after setting all properties.</span>0166 <a name="_sub11" href="#_subfunctions" class="code">function tagnoise_CreateFcn(hObject, eventdata, handles)</a>0167 <span class="comment">% hObject handle to tagnoise (see GCBO)</span>0168 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0169 <span class="comment">% handles empty - handles not created until after all CreateFcns called</span>0170 0171 <span class="comment">% Hint: edit controls usually have a white background on Windows.</span>0172 <span class="comment">% See ISPC and COMPUTER.</span>0173 <span class="keyword">if</span> ispc0174 set(hObject,<span class="string">'BackgroundColor'</span>,<span class="string">'white'</span>);0175 <span class="keyword">else</span>0176 set(hObject,<span class="string">'BackgroundColor'</span>,get(0,<span class="string">'defaultUicontrolBackgroundColor'</span>));0177 <span class="keyword">end</span>0178 0179 0180 0181 <a name="_sub12" href="#_subfunctions" class="code">function tagnoise_Callback(hObject, eventdata, handles)</a>0182 <span class="comment">% hObject handle to tagnoise (see GCBO)</span>0183 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0184 <span class="comment">% handles structure with handles and user data (see GUIDATA)</span>0185 0186 <span class="comment">% Hints: get(hObject,'String') returns contents of tagnoise as text</span>0187 <span class="comment">% str2double(get(hObject,'String')) returns contents of tagnoise as a double</span>0188 noise=str2double(get(hObject,<span class="string">'String'</span>));0189 0190 0191 <span class="comment">% --- Executes on button press in pushbutton1.</span>0192 <a name="_sub13" href="#_subfunctions" class="code">function pushbutton1_Callback(hObject, eventdata, handles)</a>0193 <span class="comment">% hObject handle to pushbutton1 (see GCBO)</span>0194 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0195 <span class="comment">% handles structure with handles and user data (see GUIDATA)</span>0196 0197 0198 <a href="DTIguicode.html" class="code" title="">DTIguicode</a>0199 0200 0201 0202 <span class="comment">% --- If Enable == 'on', executes on mouse press in 5 pixel border.</span>0203 <span class="comment">% --- Otherwise, executes on mouse press in 5 pixel border or over tagnoise.</span>0204 <a name="_sub14" href="#_subfunctions" class="code">function tagnoise_ButtonDownFcn(hObject, eventdata, handles)</a>0205 <span class="comment">% hObject handle to tagnoise (see GCBO)</span>0206 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0207 <span class="comment">% handles structure with handles and user data (see GUIDATA)</span>0208 <span class="comment">%noise=str2double(get(hObject,'String'))</span>0209 0210 0211 <span class="comment">% --- Executes on button press in checkbox7.</span>0212 <a name="_sub15" href="#_subfunctions" class="code">function checkbox7_Callback(hObject, eventdata, handles)</a>0213 <span class="comment">% hObject handle to checkbox7 (see GCBO)</span>0214 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0215 <span class="comment">% handles structure with handles and user data (see GUIDATA)</span>0216 0217 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of checkbox7</span>0218 0219 0220 <span class="comment">% --- If Enable == 'on', executes on mouse press in 5 pixel border.</span>0221 <span class="comment">% --- Otherwise, executes on mouse press in 5 pixel border or over checkbox7.</span>0222 <a name="_sub16" href="#_subfunctions" class="code">function checkbox7_ButtonDownFcn(hObject, eventdata, handles)</a>0223 <span class="comment">% hObject handle to checkbox7 (see GCBO)</span>0224 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0225 <span class="comment">% handles structure with handles and user data (see GUIDATA)</span>0226 0227 0228 <span class="comment">% --- If Enable == 'on', executes on mouse press in 5 pixel border.</span>0229 <span class="comment">% --- Otherwise, executes on mouse press in 5 pixel border or over noise0.</span>0230 <a name="_sub17" href="#_subfunctions" class="code">function noise0_ButtonDownFcn(hObject, eventdata, handles)</a>0231 <span class="comment">% hObject handle to noise0 (see GCBO)</span>0232 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0233 <span class="comment">% handles structure with handles and user data (see GUIDATA)</span>0234 0235 0236 <span class="comment">% --- Executes on button press in noise0.</span>0237 <a name="_sub18" href="#_subfunctions" class="code">function noise0_Callback(hObject, eventdata, handles)</a>0238 <span class="comment">% hObject handle to noise0 (see GCBO)</span>0239 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0240 <span class="comment">% handles structure with handles and user data (see GUIDATA)</span>0241 0242 <span class="comment">% Hint: get(hObject,'Value') returns toggle state of noise0</span>0243 noisestate=get(hObject,<span class="string">'Value'</span>)0244 <span class="keyword">if</span> (noisestate==1)0245 noise=00246 <span class="keyword">end</span>0247 0248 0249 <span class="comment">% --- If Enable == 'on', executes on mouse press in 5 pixel border.</span>0250 <span class="comment">% --- Otherwise, executes on mouse press in 5 pixel border or over tagtADC.</span>0251 <a name="_sub19" href="#_subfunctions" class="code">function tagtADC_ButtonDownFcn(hObject, eventdata, handles)</a>0252 <span class="comment">% hObject handle to tagtADC (see GCBO)</span>0253 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0254 <span class="comment">% handles structure with handles and user data (see GUIDATA)</span>0255 0256 0257 dotADC=get(hObject,<span class="string">'Value'</span>)0258 assignin(<span class="string">'base'</span>,<span class="string">'dotADC'</span>,dotADC)0259 0260 0261 <span class="comment">% --- If Enable == 'on', executes on mouse press in 5 pixel border.</span>0262 <span class="comment">% --- Otherwise, executes on mouse press in 5 pixel border or over frame1.</span>0263 <a name="_sub20" href="#_subfunctions" class="code">function frame1_ButtonDownFcn(hObject, eventdata, handles)</a>0264 <span class="comment">% hObject handle to frame1 (see GCBO)</span>0265 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0266 <span class="comment">% handles structure with handles and user data (see GUIDATA)</span>0267 0268 0269 <span class="comment">% --- Executes during object creation, after setting all properties.</span>0270 <a name="_sub21" href="#_subfunctions" class="code">function edit2_CreateFcn(hObject, eventdata, handles)</a>0271 <span class="comment">% hObject handle to edit2 (see GCBO)</span>0272 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0273 <span class="comment">% handles empty - handles not created until after all CreateFcns called</span>0274 0275 <span class="comment">% Hint: edit controls usually have a white background on Windows.</span>0276 <span class="comment">% See ISPC and COMPUTER.</span>0277 <span class="keyword">if</span> ispc0278 set(hObject,<span class="string">'BackgroundColor'</span>,<span class="string">'white'</span>);0279 <span class="keyword">else</span>0280 set(hObject,<span class="string">'BackgroundColor'</span>,get(0,<span class="string">'defaultUicontrolBackgroundColor'</span>));0281 <span class="keyword">end</span>0282 0283 0284 0285 <a name="_sub22" href="#_subfunctions" class="code">function edit2_Callback(hObject, eventdata, handles)</a>0286 <span class="comment">% hObject handle to edit2 (see GCBO)</span>0287 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0288 <span class="comment">% handles structure with handles and user data (see GUIDATA)</span>0289 0290 <span class="comment">% Hints: get(hObject,'String') returns contents of edit2 as text</span>0291 <span class="comment">% str2double(get(hObject,'String')) returns contents of edit2 as a double</span>0292 noise=str2double(get(hObject,<span class="string">'String'</span>));0293 assignin(<span class="string">'base'</span>,<span class="string">'noise'</span>,noise);0294 0295 0296 <span class="comment">% --- Executes during object creation, after setting all properties.</span>0297 <a name="_sub23" href="#_subfunctions" class="code">function extension_CreateFcn(hObject, eventdata, handles)</a>0298 <span class="comment">% hObject handle to extension (see GCBO)</span>0299 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0300 <span class="comment">% handles empty - handles not created until after all CreateFcns called</span>0301 0302 <span class="comment">% Hint: edit controls usually have a white background on Windows.</span>0303 <span class="comment">% See ISPC and COMPUTER.</span>0304 <span class="keyword">if</span> ispc0305 set(hObject,<span class="string">'BackgroundColor'</span>,<span class="string">'white'</span>);0306 <span class="keyword">else</span>0307 set(hObject,<span class="string">'BackgroundColor'</span>,get(0,<span class="string">'defaultUicontrolBackgroundColor'</span>));0308 <span class="keyword">end</span>0309 0310 0311 0312 <a name="_sub24" href="#_subfunctions" class="code">function extension_Callback(hObject, eventdata, handles)</a>0313 <span class="comment">% hObject handle to extension (see GCBO)</span>0314 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0315 <span class="comment">% handles structure with handles and user data (see GUIDATA)</span>0316 0317 <span class="comment">% Hints: get(hObject,'String') returns contents of extension as text</span>0318 <span class="comment">% str2double(get(hObject,'String')) returns contents of extension as a double</span>0319 0320 extension=get(hObject,<span class="string">'String'</span>);0321 assignin(<span class="string">'base'</span>,<span class="string">'extension'</span>,extension);0322 0323 0324 <span class="comment">% --- If Enable == 'on', executes on mouse press in 5 pixel border.</span>0325 <span class="comment">% --- Otherwise, executes on mouse press in 5 pixel border or over extension.</span>0326 <a name="_sub25" href="#_subfunctions" class="code">function extension_ButtonDownFcn(hObject, eventdata, handles)</a>0327 <span class="comment">% hObject handle to extension (see GCBO)</span>0328 <span class="comment">% eventdata reserved - to be defined in a future version of MATLAB</span>0329 <span class="comment">% handles structure with handles and user data (see GUIDATA)</span>0330 0331</pre></div><hr><address>Generated on Fri 21-May-2004 12:38:21 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/">m2html</a></strong> © 2003</address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -