PageRenderTime 48ms CodeModel.GetById 6ms RepoModel.GetById 9ms app.codeStats 0ms

/Jamie&Eric matlab/MonmerGUI.m

http://du-chem.googlecode.com/
MATLAB | 1616 lines | 473 code | 442 blank | 701 comment | 65 complexity | ffeb855d50aba70d5899be37399266af MD5 | raw file

Large files files are truncated, but you can click here to view the full file

  1. function varargout = MonmerGUI(varargin)
  2. % MONMERGUI M-file for MonmerGUI.fig
  3. % MONMERGUI, by itself, creates a new MONMERGUI or raises the existing
  4. % singleton*.
  5. %
  6. % H = MONMERGUI returns the handle to a new MONMERGUI or the handle to
  7. % the existing singleton*.
  8. %
  9. % MONMERGUI('CALLBACK',hObject,eventData,handles,...) calls the local
  10. % function named CALLBACK in MONMERGUI.M with the given input arguments.
  11. %
  12. % MONMERGUI('Property','Value',...) creates a new MONMERGUI or raises the
  13. % existing singleton*. Starting from the left, property value pairs are
  14. % applied to the GUI before MonmerGUI_OpeningFcn gets called. An
  15. % unrecognized property name or invalid value makes property application
  16. % stop. All inputs are passed to MonmerGUI_OpeningFcn via varargin.
  17. %
  18. % *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one
  19. % instance to run (singleton)".
  20. %
  21. % See also: GUIDE, GUIDATA, GUIHANDLES
  22. % Edit the above text to modify the response to help MonmerGUI
  23. % Last Modified by GUIDE v2.5 19-Nov-2010 22:30:41
  24. % Begin initialization code - DO NOT EDIT
  25. gui_Singleton = 1;
  26. gui_State = struct('gui_Name', mfilename, ...
  27. 'gui_Singleton', gui_Singleton, ...
  28. 'gui_OpeningFcn', @MonmerGUI_OpeningFcn, ...
  29. 'gui_OutputFcn', @MonmerGUI_OutputFcn, ...
  30. 'gui_LayoutFcn', [] , ...
  31. 'gui_Callback', []);
  32. if nargin && ischar(varargin{1})
  33. gui_State.gui_Callback = str2func(varargin{1});
  34. end
  35. if nargout
  36. [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
  37. else
  38. gui_mainfcn(gui_State, varargin{:});
  39. end
  40. % End initialization code - DO NOT EDIT
  41. % --- Executes just before MonmerGUI is made visible.
  42. function MonmerGUI_OpeningFcn(hObject, eventdata, handles, varargin)
  43. % This function has no output args, see OutputFcn.
  44. % hObject handle to figure
  45. % eventdata reserved - to be defined in a future version of MATLAB
  46. % handles structure with handles and user data (see GUIDATA)
  47. % varargin command line arguments to MonmerGUI (see VARARGIN)
  48. % Choose default command line output for MonmerGUI
  49. handles.output = hObject;
  50. % Update handles structure
  51. guidata(hObject, handles);
  52. % UIWAIT makes MonmerGUI wait for user response (see UIRESUME)
  53. % uiwait(handles.figure1);
  54. % --- Outputs from this function are returned to the command line.
  55. function varargout = MonmerGUI_OutputFcn(hObject, eventdata, handles)
  56. % varargout cell array for returning output args (see VARARGOUT);
  57. % hObject handle to figure
  58. % eventdata reserved - to be defined in a future version of MATLAB
  59. % handles structure with handles and user data (see GUIDATA)
  60. % Get default command line output from handles structure
  61. varargout{1} = handles.output;
  62. % --------------------------------------------------------------------
  63. function File_Callback(hObject, eventdata, handles)
  64. % hObject handle to File (see GCBO)
  65. % eventdata reserved - to be defined in a future version of MATLAB
  66. % handles structure with handles and user data (see GUIDATA)
  67. function editNspex_Callback(hObject, eventdata, handles)
  68. % hObject handle to editNspex (see GCBO)
  69. % eventdata reserved - to be defined in a future version of MATLAB
  70. % handles structure with handles and user data (see GUIDATA)
  71. % Hints: get(hObject,'String') returns contents of editNspex as text
  72. % str2double(get(hObject,'String')) returns contents of editNspex as a double
  73. % --- Executes during object creation, after setting all properties.
  74. function editNspex_CreateFcn(hObject, eventdata, handles)
  75. % hObject handle to editNspex (see GCBO)
  76. % eventdata reserved - to be defined in a future version of MATLAB
  77. % handles empty - handles not created until after all CreateFcns called
  78. % Hint: edit controls usually have a white background on Windows.
  79. % See ISPC and COMPUTER.
  80. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  81. set(hObject,'BackgroundColor','white');
  82. end
  83. function editNthe_Callback(hObject, eventdata, handles)
  84. % hObject handle to editNthe (see GCBO)
  85. % eventdata reserved - to be defined in a future version of MATLAB
  86. % handles structure with handles and user data (see GUIDATA)
  87. % Hints: get(hObject,'String') returns contents of editNthe as text
  88. % str2double(get(hObject,'String')) returns contents of editNthe as a double
  89. % --- Executes during object creation, after setting all properties.
  90. function editNthe_CreateFcn(hObject, eventdata, handles)
  91. % hObject handle to editNthe (see GCBO)
  92. % eventdata reserved - to be defined in a future version of MATLAB
  93. % handles empty - handles not created until after all CreateFcns called
  94. % Hint: edit controls usually have a white background on Windows.
  95. % See ISPC and COMPUTER.
  96. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  97. set(hObject,'BackgroundColor','white');
  98. end
  99. function editNphim_Callback(hObject, eventdata, handles)
  100. % hObject handle to editNphim (see GCBO)
  101. % eventdata reserved - to be defined in a future version of MATLAB
  102. % handles structure with handles and user data (see GUIDATA)
  103. % Hints: get(hObject,'String') returns contents of editNphim as text
  104. % str2double(get(hObject,'String')) returns contents of editNphim as a double
  105. % --- Executes during object creation, after setting all properties.
  106. function editNphim_CreateFcn(hObject, eventdata, handles)
  107. % hObject handle to editNphim (see GCBO)
  108. % eventdata reserved - to be defined in a future version of MATLAB
  109. % handles empty - handles not created until after all CreateFcns called
  110. % Hint: edit controls usually have a white background on Windows.
  111. % See ISPC and COMPUTER.
  112. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  113. set(hObject,'BackgroundColor','white');
  114. end
  115. function editDy_Callback(hObject, eventdata, handles)
  116. % hObject handle to editDy (see GCBO)
  117. % eventdata reserved - to be defined in a future version of MATLAB
  118. % handles structure with handles and user data (see GUIDATA)
  119. % Hints: get(hObject,'String') returns contents of editDy as text
  120. % str2double(get(hObject,'String')) returns contents of editDy as a double
  121. % --- Executes during object creation, after setting all properties.
  122. function editDy_CreateFcn(hObject, eventdata, handles)
  123. % hObject handle to editDy (see GCBO)
  124. % eventdata reserved - to be defined in a future version of MATLAB
  125. % handles empty - handles not created until after all CreateFcns called
  126. % Hint: edit controls usually have a white background on Windows.
  127. % See ISPC and COMPUTER.
  128. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  129. set(hObject,'BackgroundColor','white');
  130. end
  131. function editPhiu_Callback(hObject, eventdata, handles)
  132. % hObject handle to editPhiu (see GCBO)
  133. % eventdata reserved - to be defined in a future version of MATLAB
  134. % handles structure with handles and user data (see GUIDATA)
  135. % Hints: get(hObject,'String') returns contents of editPhiu as text
  136. % str2double(get(hObject,'String')) returns contents of editPhiu as a double
  137. % --- Executes during object creation, after setting all properties.
  138. function editPhiu_CreateFcn(hObject, eventdata, handles)
  139. % hObject handle to editPhiu (see GCBO)
  140. % eventdata reserved - to be defined in a future version of MATLAB
  141. % handles empty - handles not created until after all CreateFcns called
  142. % Hint: edit controls usually have a white background on Windows.
  143. % See ISPC and COMPUTER.
  144. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  145. set(hObject,'BackgroundColor','white');
  146. end
  147. function editGz_Callback(hObject, eventdata, handles)
  148. % hObject handle to editGz (see GCBO)
  149. % eventdata reserved - to be defined in a future version of MATLAB
  150. % handles structure with handles and user data (see GUIDATA)
  151. % Hints: get(hObject,'String') returns contents of editGz as text
  152. % str2double(get(hObject,'String')) returns contents of editGz as a double
  153. % --- Executes during object creation, after setting all properties.
  154. function editGz_CreateFcn(hObject, eventdata, handles)
  155. % hObject handle to editGz (see GCBO)
  156. % eventdata reserved - to be defined in a future version of MATLAB
  157. % handles empty - handles not created until after all CreateFcns called
  158. % Hint: edit controls usually have a white background on Windows.
  159. % See ISPC and COMPUTER.
  160. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  161. set(hObject,'BackgroundColor','white');
  162. end
  163. function editTheu_Callback(hObject, eventdata, handles)
  164. % hObject handle to editTheu (see GCBO)
  165. % eventdata reserved - to be defined in a future version of MATLAB
  166. % handles structure with handles and user data (see GUIDATA)
  167. % Hints: get(hObject,'String') returns contents of editTheu as text
  168. % str2double(get(hObject,'String')) returns contents of editTheu as a double
  169. % --- Executes during object creation, after setting all properties.
  170. function editTheu_CreateFcn(hObject, eventdata, handles)
  171. % hObject handle to editTheu (see GCBO)
  172. % eventdata reserved - to be defined in a future version of MATLAB
  173. % handles empty - handles not created until after all CreateFcns called
  174. % Hint: edit controls usually have a white background on Windows.
  175. % See ISPC and COMPUTER.
  176. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  177. set(hObject,'BackgroundColor','white');
  178. end
  179. function editGx_Callback(hObject, eventdata, handles)
  180. % hObject handle to editGx (see GCBO)
  181. % eventdata reserved - to be defined in a future version of MATLAB
  182. % handles structure with handles and user data (see GUIDATA)
  183. % Hints: get(hObject,'String') returns contents of editGx as text
  184. % str2double(get(hObject,'String')) returns contents of editGx as a double
  185. % --- Executes during object creation, after setting all properties.
  186. function editGx_CreateFcn(hObject, eventdata, handles)
  187. % hObject handle to editGx (see GCBO)
  188. % eventdata reserved - to be defined in a future version of MATLAB
  189. % handles empty - handles not created until after all CreateFcns called
  190. % Hint: edit controls usually have a white background on Windows.
  191. % See ISPC and COMPUTER.
  192. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  193. set(hObject,'BackgroundColor','white');
  194. end
  195. function editDx_Callback(hObject, eventdata, handles)
  196. % hObject handle to editDx (see GCBO)
  197. % eventdata reserved - to be defined in a future version of MATLAB
  198. % handles structure with handles and user data (see GUIDATA)
  199. % Hints: get(hObject,'String') returns contents of editDx as text
  200. % str2double(get(hObject,'String')) returns contents of editDx as a double
  201. % --- Executes during object creation, after setting all properties.
  202. function editDx_CreateFcn(hObject, eventdata, handles)
  203. % hObject handle to editDx (see GCBO)
  204. % eventdata reserved - to be defined in a future version of MATLAB
  205. % handles empty - handles not created until after all CreateFcns called
  206. % Hint: edit controls usually have a white background on Windows.
  207. % See ISPC and COMPUTER.
  208. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  209. set(hObject,'BackgroundColor','white');
  210. end
  211. function editDz_Callback(hObject, eventdata, handles)
  212. % hObject handle to editDz (see GCBO)
  213. % eventdata reserved - to be defined in a future version of MATLAB
  214. % handles structure with handles and user data (see GUIDATA)
  215. % Hints: get(hObject,'String') returns contents of editDz as text
  216. % str2double(get(hObject,'String')) returns contents of editDz as a double
  217. % --- Executes during object creation, after setting all properties.
  218. function editDz_CreateFcn(hObject, eventdata, handles)
  219. % hObject handle to editDz (see GCBO)
  220. % eventdata reserved - to be defined in a future version of MATLAB
  221. % handles empty - handles not created until after all CreateFcns called
  222. % Hint: edit controls usually have a white background on Windows.
  223. % See ISPC and COMPUTER.
  224. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  225. set(hObject,'BackgroundColor','white');
  226. end
  227. function editGy_Callback(hObject, eventdata, handles)
  228. % hObject handle to editGy (see GCBO)
  229. % eventdata reserved - to be defined in a future version of MATLAB
  230. % handles structure with handles and user data (see GUIDATA)
  231. % Hints: get(hObject,'String') returns contents of editGy as text
  232. % str2double(get(hObject,'String')) returns contents of editGy as a double
  233. % --- Executes during object creation, after setting all properties.
  234. function editGy_CreateFcn(hObject, eventdata, handles)
  235. % hObject handle to editGy (see GCBO)
  236. % eventdata reserved - to be defined in a future version of MATLAB
  237. % handles empty - handles not created until after all CreateFcns called
  238. % Hint: edit controls usually have a white background on Windows.
  239. % See ISPC and COMPUTER.
  240. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  241. set(hObject,'BackgroundColor','white');
  242. end
  243. function editIshape_Callback(hObject, eventdata, handles)
  244. % hObject handle to editIshape (see GCBO)
  245. % eventdata reserved - to be defined in a future version of MATLAB
  246. % handles structure with handles and user data (see GUIDATA)
  247. % Hints: get(hObject,'String') returns contents of editIshape as text
  248. % str2double(get(hObject,'String')) returns contents of editIshape as a double
  249. % --- Executes during object creation, after setting all properties.
  250. function editIshape_CreateFcn(hObject, eventdata, handles)
  251. % hObject handle to editIshape (see GCBO)
  252. % eventdata reserved - to be defined in a future version of MATLAB
  253. % handles empty - handles not created until after all CreateFcns called
  254. % Hint: edit controls usually have a white background on Windows.
  255. % See ISPC and COMPUTER.
  256. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  257. set(hObject,'BackgroundColor','white');
  258. end
  259. function editSpinmt_Callback(hObject, eventdata, handles)
  260. % hObject handle to editSpinmt (see GCBO)
  261. % eventdata reserved - to be defined in a future version of MATLAB
  262. % handles structure with handles and user data (see GUIDATA)
  263. % Hints: get(hObject,'String') returns contents of editSpinmt as text
  264. % str2double(get(hObject,'String')) returns contents of editSpinmt as a double
  265. % --- Executes during object creation, after setting all properties.
  266. function editSpinmt_CreateFcn(hObject, eventdata, handles)
  267. % hObject handle to editSpinmt (see GCBO)
  268. % eventdata reserved - to be defined in a future version of MATLAB
  269. % handles empty - handles not created until after all CreateFcns called
  270. % Hint: edit controls usually have a white background on Windows.
  271. % See ISPC and COMPUTER.
  272. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  273. set(hObject,'BackgroundColor','white');
  274. end
  275. % --------------------------------------------------------------------
  276. function OpenParam_Callback(hObject, eventdata, handles)
  277. % hObject handle to OpenParam (see GCBO)
  278. % eventdata reserved - to be defined in a future version of MATLAB
  279. % handles structure with handles and user data (see GUIDATA)
  280. global nspex ishape nthe nphim theu phiu
  281. global gx gy gz dx dy dz spinm axa aya aza niso wgt
  282. global pop arat nnit npro axb ayb azb
  283. global gxt gyt gzt dxt dyt dzt spinmt axat ayat azat
  284. global popt aratt nnitt nprot axbt aybt azbt nisot wgtt theut phiut
  285. global isaveh ilin iiso
  286. global flx fly flz flxt flyt flzt bwidemax
  287. % Open a fileChooser to get the parameter file
  288. filep = uigetfile({'*.PAR'; '*.par'}, 'Enter Parameter File');
  289. if filep == 0
  290. return
  291. end
  292. disp(filep);
  293. % update the GUI with the selected filename
  294. set(handles.paramFileName, 'String', filep);
  295. % load parameters from file, check if there was an error
  296. if parain(filep) == 0
  297. % There was an error, clear the entry and return
  298. set(handles.paramFileName, 'String', '');
  299. return
  300. end
  301. % Populate the GUI with the parameters
  302. set(handles.editNspex, 'String', nspex);
  303. set(handles.editIshape, 'String', ishape);
  304. set(handles.editNthe, 'String', nthe);
  305. set(handles.editNphim, 'String', nphim);
  306. set(handles.editTheu, 'String', theu);
  307. set(handles.editPhiu, 'String', phiu);
  308. set(handles.editGx, 'String', gx);
  309. set(handles.editGy, 'String', gy);
  310. set(handles.editGz, 'String', gz);
  311. set(handles.editDx, 'String', dx);
  312. set(handles.editDy, 'String', dy);
  313. set(handles.editDz, 'String', dz);
  314. set(handles.editSpinm, 'String', spinm);
  315. set(handles.editAxa, 'String', axa);
  316. set(handles.editAya, 'String', aya);
  317. set(handles.editAza, 'String', aza);
  318. set(handles.editIsaveh, 'String', isaveh);
  319. set(handles.editNiso, 'String', niso);
  320. set(handles.editWgt, 'String', wgt);
  321. set(handles.editNpro, 'String', npro);
  322. set(handles.editNnit, 'String', nnit);
  323. set(handles.editAxb, 'String', axb);
  324. set(handles.editAyb, 'String', ayb);
  325. set(handles.editAzb, 'String', azb);
  326. set(handles.editGxt, 'String', gxt);
  327. set(handles.editGyt, 'String', gyt);
  328. set(handles.editGzt, 'String', gzt);
  329. set(handles.editDxt, 'String', dxt);
  330. set(handles.editDyt, 'String', dyt);
  331. set(handles.editDzt, 'String', dzt);
  332. set(handles.editSpinmt, 'String', spinmt);
  333. set(handles.editAxat, 'String', axat);
  334. set(handles.editAyat, 'String', ayat);
  335. set(handles.editAzat, 'String', azat);
  336. set(handles.editPopt, 'String', popt);
  337. set(handles.editAratt, 'String', aratt);
  338. set(handles.editNnitt, 'String', nnitt);
  339. set(handles.editNprot, 'String', nprot);
  340. set(handles.editAxbt, 'String', axbt);
  341. set(handles.editAybt, 'String', aybt);
  342. set(handles.editAzbt, 'String', azbt);
  343. set(handles.editNisot, 'String', nisot);
  344. set(handles.editWgtt, 'String', wgtt);
  345. set(handles.editTheut, 'String', theut);
  346. set(handles.editPhiut, 'String', phiut);
  347. set(handles.editIsaveh, 'String', isaveh);
  348. set(handles.editIlin, 'String', ilin);
  349. set(handles.editIiso, 'String', iiso);
  350. set(handles.editFlx, 'String', flx);
  351. set(handles.editFly, 'String', fly);
  352. set(handles.editFlz, 'String', flz);
  353. set(handles.editFlxt, 'String', flxt);
  354. set(handles.editFlyt, 'String', flyt);
  355. set(handles.editFlzt, 'String', flzt);
  356. set(handles.editBwidemax, 'String', bwidemax);
  357. fclose('all');
  358. function editAxat_Callback(hObject, eventdata, handles)
  359. % hObject handle to editAxat (see GCBO)
  360. % eventdata reserved - to be defined in a future version of MATLAB
  361. % handles structure with handles and user data (see GUIDATA)
  362. % Hints: get(hObject,'String') returns contents of editAxat as text
  363. % str2double(get(hObject,'String')) returns contents of editAxat as a double
  364. % --- Executes during object creation, after setting all properties.
  365. function editAxat_CreateFcn(hObject, eventdata, handles)
  366. % hObject handle to editAxat (see GCBO)
  367. % eventdata reserved - to be defined in a future version of MATLAB
  368. % handles empty - handles not created until after all CreateFcns called
  369. % Hint: edit controls usually have a white background on Windows.
  370. % See ISPC and COMPUTER.
  371. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  372. set(hObject,'BackgroundColor','white');
  373. end
  374. function editAyat_Callback(hObject, eventdata, handles)
  375. % hObject handle to editAyat (see GCBO)
  376. % eventdata reserved - to be defined in a future version of MATLAB
  377. % handles structure with handles and user data (see GUIDATA)
  378. % Hints: get(hObject,'String') returns contents of editAyat as text
  379. % str2double(get(hObject,'String')) returns contents of editAyat as a double
  380. % --- Executes during object creation, after setting all properties.
  381. function editAyat_CreateFcn(hObject, eventdata, handles)
  382. % hObject handle to editAyat (see GCBO)
  383. % eventdata reserved - to be defined in a future version of MATLAB
  384. % handles empty - handles not created until after all CreateFcns called
  385. % Hint: edit controls usually have a white background on Windows.
  386. % See ISPC and COMPUTER.
  387. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  388. set(hObject,'BackgroundColor','white');
  389. end
  390. function editAzat_Callback(hObject, eventdata, handles)
  391. % hObject handle to editAzat (see GCBO)
  392. % eventdata reserved - to be defined in a future version of MATLAB
  393. % handles structure with handles and user data (see GUIDATA)
  394. % Hints: get(hObject,'String') returns contents of editAzat as text
  395. % str2double(get(hObject,'String')) returns contents of editAzat as a double
  396. % --- Executes during object creation, after setting all properties.
  397. function editAzat_CreateFcn(hObject, eventdata, handles)
  398. % hObject handle to editAzat (see GCBO)
  399. % eventdata reserved - to be defined in a future version of MATLAB
  400. % handles empty - handles not created until after all CreateFcns called
  401. % Hint: edit controls usually have a white background on Windows.
  402. % See ISPC and COMPUTER.
  403. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  404. set(hObject,'BackgroundColor','white');
  405. end
  406. function editPopt_Callback(hObject, eventdata, handles)
  407. % hObject handle to editPopt (see GCBO)
  408. % eventdata reserved - to be defined in a future version of MATLAB
  409. % handles structure with handles and user data (see GUIDATA)
  410. % Hints: get(hObject,'String') returns contents of editPopt as text
  411. % str2double(get(hObject,'String')) returns contents of editPopt as a double
  412. % --- Executes during object creation, after setting all properties.
  413. function editPopt_CreateFcn(hObject, eventdata, handles)
  414. % hObject handle to editPopt (see GCBO)
  415. % eventdata reserved - to be defined in a future version of MATLAB
  416. % handles empty - handles not created until after all CreateFcns called
  417. % Hint: edit controls usually have a white background on Windows.
  418. % See ISPC and COMPUTER.
  419. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  420. set(hObject,'BackgroundColor','white');
  421. end
  422. function editAratt_Callback(hObject, eventdata, handles)
  423. % hObject handle to editAratt (see GCBO)
  424. % eventdata reserved - to be defined in a future version of MATLAB
  425. % handles structure with handles and user data (see GUIDATA)
  426. % Hints: get(hObject,'String') returns contents of editAratt as text
  427. % str2double(get(hObject,'String')) returns contents of editAratt as a double
  428. % --- Executes during object creation, after setting all properties.
  429. function editAratt_CreateFcn(hObject, eventdata, handles)
  430. % hObject handle to editAratt (see GCBO)
  431. % eventdata reserved - to be defined in a future version of MATLAB
  432. % handles empty - handles not created until after all CreateFcns called
  433. % Hint: edit controls usually have a white background on Windows.
  434. % See ISPC and COMPUTER.
  435. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  436. set(hObject,'BackgroundColor','white');
  437. end
  438. function editNnitt_Callback(hObject, eventdata, handles)
  439. % hObject handle to editNnitt (see GCBO)
  440. % eventdata reserved - to be defined in a future version of MATLAB
  441. % handles structure with handles and user data (see GUIDATA)
  442. % Hints: get(hObject,'String') returns contents of editNnitt as text
  443. % str2double(get(hObject,'String')) returns contents of editNnitt as a double
  444. % --- Executes during object creation, after setting all properties.
  445. function editNnitt_CreateFcn(hObject, eventdata, handles)
  446. % hObject handle to editNnitt (see GCBO)
  447. % eventdata reserved - to be defined in a future version of MATLAB
  448. % handles empty - handles not created until after all CreateFcns called
  449. % Hint: edit controls usually have a white background on Windows.
  450. % See ISPC and COMPUTER.
  451. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  452. set(hObject,'BackgroundColor','white');
  453. end
  454. function editNprot_Callback(hObject, eventdata, handles)
  455. % hObject handle to editNprot (see GCBO)
  456. % eventdata reserved - to be defined in a future version of MATLAB
  457. % handles structure with handles and user data (see GUIDATA)
  458. % Hints: get(hObject,'String') returns contents of editNprot as text
  459. % str2double(get(hObject,'String')) returns contents of editNprot as a double
  460. % --- Executes during object creation, after setting all properties.
  461. function editNprot_CreateFcn(hObject, eventdata, handles)
  462. % hObject handle to editNprot (see GCBO)
  463. % eventdata reserved - to be defined in a future version of MATLAB
  464. % handles empty - handles not created until after all CreateFcns called
  465. % Hint: edit controls usually have a white background on Windows.
  466. % See ISPC and COMPUTER.
  467. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  468. set(hObject,'BackgroundColor','white');
  469. end
  470. function editAxbt_Callback(hObject, eventdata, handles)
  471. % hObject handle to editAxbt (see GCBO)
  472. % eventdata reserved - to be defined in a future version of MATLAB
  473. % handles structure with handles and user data (see GUIDATA)
  474. % Hints: get(hObject,'String') returns contents of editAxbt as text
  475. % str2double(get(hObject,'String')) returns contents of editAxbt as a double
  476. % --- Executes during object creation, after setting all properties.
  477. function editAxbt_CreateFcn(hObject, eventdata, handles)
  478. % hObject handle to editAxbt (see GCBO)
  479. % eventdata reserved - to be defined in a future version of MATLAB
  480. % handles empty - handles not created until after all CreateFcns called
  481. % Hint: edit controls usually have a white background on Windows.
  482. % See ISPC and COMPUTER.
  483. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  484. set(hObject,'BackgroundColor','white');
  485. end
  486. function editAybt_Callback(hObject, eventdata, handles)
  487. % hObject handle to editAybt (see GCBO)
  488. % eventdata reserved - to be defined in a future version of MATLAB
  489. % handles structure with handles and user data (see GUIDATA)
  490. % Hints: get(hObject,'String') returns contents of editAybt as text
  491. % str2double(get(hObject,'String')) returns contents of editAybt as a double
  492. % --- Executes during object creation, after setting all properties.
  493. function editAybt_CreateFcn(hObject, eventdata, handles)
  494. % hObject handle to editAybt (see GCBO)
  495. % eventdata reserved - to be defined in a future version of MATLAB
  496. % handles empty - handles not created until after all CreateFcns called
  497. % Hint: edit controls usually have a white background on Windows.
  498. % See ISPC and COMPUTER.
  499. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  500. set(hObject,'BackgroundColor','white');
  501. end
  502. function editAzbt_Callback(hObject, eventdata, handles)
  503. % hObject handle to editAzbt (see GCBO)
  504. % eventdata reserved - to be defined in a future version of MATLAB
  505. % handles structure with handles and user data (see GUIDATA)
  506. % Hints: get(hObject,'String') returns contents of editAzbt as text
  507. % str2double(get(hObject,'String')) returns contents of editAzbt as a double
  508. % --- Executes during object creation, after setting all properties.
  509. function editAzbt_CreateFcn(hObject, eventdata, handles)
  510. % hObject handle to editAzbt (see GCBO)
  511. % eventdata reserved - to be defined in a future version of MATLAB
  512. % handles empty - handles not created until after all CreateFcns called
  513. % Hint: edit controls usually have a white background on Windows.
  514. % See ISPC and COMPUTER.
  515. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  516. set(hObject,'BackgroundColor','white');
  517. end
  518. function editNisot_Callback(hObject, eventdata, handles)
  519. % hObject handle to editNisot (see GCBO)
  520. % eventdata reserved - to be defined in a future version of MATLAB
  521. % handles structure with handles and user data (see GUIDATA)
  522. % Hints: get(hObject,'String') returns contents of editNisot as text
  523. % str2double(get(hObject,'String')) returns contents of editNisot as a double
  524. % --- Executes during object creation, after setting all properties.
  525. function editNisot_CreateFcn(hObject, eventdata, handles)
  526. % hObject handle to editNisot (see GCBO)
  527. % eventdata reserved - to be defined in a future version of MATLAB
  528. % handles empty - handles not created until after all CreateFcns called
  529. % Hint: edit controls usually have a white background on Windows.
  530. % See ISPC and COMPUTER.
  531. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  532. set(hObject,'BackgroundColor','white');
  533. end
  534. function editWgtt_Callback(hObject, eventdata, handles)
  535. % hObject handle to editWgtt (see GCBO)
  536. % eventdata reserved - to be defined in a future version of MATLAB
  537. % handles structure with handles and user data (see GUIDATA)
  538. % Hints: get(hObject,'String') returns contents of editWgtt as text
  539. % str2double(get(hObject,'String')) returns contents of editWgtt as a double
  540. % --- Executes during object creation, after setting all properties.
  541. function editWgtt_CreateFcn(hObject, eventdata, handles)
  542. % hObject handle to editWgtt (see GCBO)
  543. % eventdata reserved - to be defined in a future version of MATLAB
  544. % handles empty - handles not created until after all CreateFcns called
  545. % Hint: edit controls usually have a white background on Windows.
  546. % See ISPC and COMPUTER.
  547. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  548. set(hObject,'BackgroundColor','white');
  549. end
  550. function editTheut_Callback(hObject, eventdata, handles)
  551. % hObject handle to editTheut (see GCBO)
  552. % eventdata reserved - to be defined in a future version of MATLAB
  553. % handles structure with handles and user data (see GUIDATA)
  554. % Hints: get(hObject,'String') returns contents of editTheut as text
  555. % str2double(get(hObject,'String')) returns contents of editTheut as a double
  556. % --- Executes during object creation, after setting all properties.
  557. function editTheut_CreateFcn(hObject, eventdata, handles)
  558. % hObject handle to editTheut (see GCBO)
  559. % eventdata reserved - to be defined in a future version of MATLAB
  560. % handles empty - handles not created until after all CreateFcns called
  561. % Hint: edit controls usually have a white background on Windows.
  562. % See ISPC and COMPUTER.
  563. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  564. set(hObject,'BackgroundColor','white');
  565. end
  566. function editPhiut_Callback(hObject, eventdata, handles)
  567. % hObject handle to editPhiut (see GCBO)
  568. % eventdata reserved - to be defined in a future version of MATLAB
  569. % handles structure with handles and user data (see GUIDATA)
  570. % Hints: get(hObject,'String') returns contents of editPhiut as text
  571. % str2double(get(hObject,'String')) returns contents of editPhiut as a double
  572. % --- Executes during object creation, after setting all properties.
  573. function editPhiut_CreateFcn(hObject, eventdata, handles)
  574. % hObject handle to editPhiut (see GCBO)
  575. % eventdata reserved - to be defined in a future version of MATLAB
  576. % handles empty - handles not created until after all CreateFcns called
  577. % Hint: edit controls usually have a white background on Windows.
  578. % See ISPC and COMPUTER.
  579. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  580. set(hObject,'BackgroundColor','white');
  581. end
  582. function editIsaveh_Callback(hObject, eventdata, handles)
  583. % hObject handle to editIsaveh (see GCBO)
  584. % eventdata reserved - to be defined in a future version of MATLAB
  585. % handles structure with handles and user data (see GUIDATA)
  586. % Hints: get(hObject,'String') returns contents of editIsaveh as text
  587. % str2double(get(hObject,'String')) returns contents of editIsaveh as a double
  588. % --- Executes during object creation, after setting all properties.
  589. function editIsaveh_CreateFcn(hObject, eventdata, handles)
  590. % hObject handle to editIsaveh (see GCBO)
  591. % eventdata reserved - to be defined in a future version of MATLAB
  592. % handles empty - handles not created until after all CreateFcns called
  593. % Hint: edit controls usually have a white background on Windows.
  594. % See ISPC and COMPUTER.
  595. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  596. set(hObject,'BackgroundColor','white');
  597. end
  598. function editIlin_Callback(hObject, eventdata, handles)
  599. % hObject handle to editIlin (see GCBO)
  600. % eventdata reserved - to be defined in a future version of MATLAB
  601. % handles structure with handles and user data (see GUIDATA)
  602. % Hints: get(hObject,'String') returns contents of editIlin as text
  603. % str2double(get(hObject,'String')) returns contents of editIlin as a double
  604. % --- Executes during object creation, after setting all properties.
  605. function editIlin_CreateFcn(hObject, eventdata, handles)
  606. % hObject handle to editIlin (see GCBO)
  607. % eventdata reserved - to be defined in a future version of MATLAB
  608. % handles empty - handles not created until after all CreateFcns called
  609. % Hint: edit controls usually have a white background on Windows.
  610. % See ISPC and COMPUTER.
  611. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  612. set(hObject,'BackgroundColor','white');
  613. end
  614. function editFlx_Callback(hObject, eventdata, handles)
  615. % hObject handle to editFlx (see GCBO)
  616. % eventdata reserved - to be defined in a future version of MATLAB
  617. % handles structure with handles and user data (see GUIDATA)
  618. % Hints: get(hObject,'String') returns contents of editFlx as text
  619. % str2double(get(hObject,'String')) returns contents of editFlx as a double
  620. % --- Executes during object creation, after setting all properties.
  621. function editFlx_CreateFcn(hObject, eventdata, handles)
  622. % hObject handle to editFlx (see GCBO)
  623. % eventdata reserved - to be defined in a future version of MATLAB
  624. % handles empty - handles not created until after all CreateFcns called
  625. % Hint: edit controls usually have a white background on Windows.
  626. % See ISPC and COMPUTER.
  627. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  628. set(hObject,'BackgroundColor','white');
  629. end
  630. function editIiso_Callback(hObject, eventdata, handles)
  631. % hObject handle to editIiso (see GCBO)
  632. % eventdata reserved - to be defined in a future version of MATLAB
  633. % handles structure with handles and user data (see GUIDATA)
  634. % Hints: get(hObject,'String') returns contents of editIiso as text
  635. % str2double(get(hObject,'String')) returns contents of editIiso as a double
  636. % --- Executes during object creation, after setting all properties.
  637. function editIiso_CreateFcn(hObject, eventdata, handles)
  638. % hObject handle to editIiso (see GCBO)
  639. % eventdata reserved - to be defined in a future version of MATLAB
  640. % handles empty - handles not created until after all CreateFcns called
  641. % Hint: edit controls usually have a white background on Windows.
  642. % See ISPC and COMPUTER.
  643. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  644. set(hObject,'BackgroundColor','white');
  645. end
  646. function editFly_Callback(hObject, eventdata, handles)
  647. % hObject handle to editFly (see GCBO)
  648. % eventdata reserved - to be defined in a future version of MATLAB
  649. % handles structure with handles and user data (see GUIDATA)
  650. % Hints: get(hObject,'String') returns contents of editFly as text
  651. % str2double(get(hObject,'String')) returns contents of editFly as a double
  652. % --- Executes during object creation, after setting all properties.
  653. function editFly_CreateFcn(hObject, eventdata, handles)
  654. % hObject handle to editFly (see GCBO)
  655. % eventdata reserved - to be defined in a future version of MATLAB
  656. % handles empty - handles not created until after all CreateFcns called
  657. % Hint: edit controls usually have a white background on Windows.
  658. % See ISPC and COMPUTER.
  659. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  660. set(hObject,'BackgroundColor','white');
  661. end
  662. function editFlz_Callback(hObject, eventdata, handles)
  663. % hObject handle to editFlz (see GCBO)
  664. % eventdata reserved - to be defined in a future version of MATLAB
  665. % handles structure with handles and user data (see GUIDATA)
  666. % Hints: get(hObject,'String') returns contents of editFlz as text
  667. % str2double(get(hObject,'String')) returns contents of editFlz as a double
  668. % --- Executes during object creation, after setting all properties.
  669. function editFlz_CreateFcn(hObject, eventdata, handles)
  670. % hObject handle to editFlz (see GCBO)
  671. % eventdata reserved - to be defined in a future version of MATLAB
  672. % handles empty - handles not created until after all CreateFcns called
  673. % Hint: edit controls usually have a white background on Windows.
  674. % See ISPC and COMPUTER.
  675. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  676. set(hObject,'BackgroundColor','white');
  677. end
  678. function editFlxt_Callback(hObject, eventdata, handles)
  679. % hObject handle to editFlxt (see GCBO)
  680. % eventdata reserved - to be defined in a future version of MATLAB
  681. % handles structure with handles and user data (see GUIDATA)
  682. % Hints: get(hObject,'String') returns contents of editFlxt as text
  683. % str2double(get(hObject,'String')) returns contents of editFlxt as a double
  684. % --- Executes during object creation, after setting all properties.
  685. function editFlxt_CreateFcn(hObject, eventdata, handles)
  686. % hObject handle to editFlxt (see GCBO)
  687. % eventdata reserved - to be defined in a future version of MATLAB
  688. % handles empty - handles not created until after all CreateFcns called
  689. % Hint: edit controls usually have a white background on Windows.
  690. % See ISPC and COMPUTER.
  691. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  692. set(hObject,'BackgroundColor','white');
  693. end
  694. function editFlzt_Callback(hObject, eventdata, handles)
  695. % hObject handle to editFlzt (see GCBO)
  696. % eventdata reserved - to be defined in a future version of MATLAB
  697. % handles structure with handles and user data (see GUIDATA)
  698. % Hints: get(hObject,'String') returns contents of editFlzt as text
  699. % str2double(get(hObject,'String')) returns contents of editFlzt as a double
  700. % --- Executes during object creation, after setting all properties.
  701. function editFlzt_CreateFcn(hObject, eventdata, handles)
  702. % hObject handle to editFlzt (see GCBO)
  703. % eventdata reserved - to be defined in a future version of MATLAB
  704. % handles empty - handles not created until after all CreateFcns called
  705. % Hint: edit controls usually have a white background on Windows.
  706. % See ISPC and COMPUTER.
  707. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  708. set(hObject,'BackgroundColor','white');
  709. end
  710. function editFlyt_Callback(hObject, eventdata, handles)
  711. % hObject handle to editFlyt (see GCBO)
  712. % eventdata reserved - to be defined in a future version of MATLAB
  713. % handles structure with handles and user data (see GUIDATA)
  714. % Hints: get(hObject,'String') returns contents of editFlyt as text
  715. % str2double(get(hObject,'String')) returns contents of editFlyt as a double
  716. % --- Executes during object creation, after setting all properties.
  717. function editFlyt_CreateFcn(hObject, eventdata, handles)
  718. % hObject handle to editFlyt (see GCBO)
  719. % eventdata reserved - to be defined in a future version of MATLAB
  720. % handles empty - handles not created until after all CreateFcns called
  721. % Hint: edit controls usually have a white background on Windows.
  722. % See ISPC and COMPUTER.
  723. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  724. set(hObject,'BackgroundColor','white');
  725. end
  726. function editBwidemax_Callback(hObject, eventdata, handles)
  727. % hObject handle to editBwidemax (see GCBO)
  728. % eventdata reserved - to be defined in a future version of MATLAB
  729. % handles structure with handles and user data (see GUIDATA)
  730. % Hints: get(hObject,'String') returns contents of editBwidemax as text
  731. % str2double(get(hObject,'String')) returns contents of editBwidemax as a double
  732. % --- Executes during object creation, after setting all properties.
  733. function editBwidemax_CreateFcn(hObject, eventdata, handles)
  734. % hObject handle to editBwidemax (see GCBO)
  735. % eventdata reserved - to be defined in a future version of MATLAB
  736. % handles empty - handles not created until after all CreateFcns called
  737. % Hint: edit controls usually have a white background on Windows.
  738. % See ISPC and COMPUTER.
  739. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  740. set(hObject,'BackgroundColor','white');
  741. end
  742. function editAxb_Callback(hObject, eventdata, handles)
  743. % hObject handle to editAxb (see GCBO)
  744. % eventdata reserved - to be defined in a future version of MATLAB
  745. % handles structure with handles and user data (see GUIDATA)
  746. % Hints: get(hObject,'String') returns contents of editAxb as text
  747. % str2double(get(hObject,'String')) returns contents of editAxb as a double
  748. % --- Executes during object creation, after setting all properties.
  749. function editAxb_CreateFcn(hObject, eventdata, handles)
  750. % hObject handle to editAxb (see GCBO)
  751. % eventdata reserved - to be defined in a future version of MATLAB
  752. % handles empty - handles not created until after all CreateFcns called
  753. % Hint: edit controls usually have a white background on Windows.
  754. % See ISPC and COMPUTER.
  755. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  756. set(hObject,'BackgroundColor','white');
  757. end
  758. function editAyb_Callback(hObject, eventdata, handles)
  759. % hObject handle to editAyb (see GCBO)
  760. % eventdata reserved - to be defined in a future version of MATLAB
  761. % handles structure with handles and user data (see GUIDATA)
  762. % Hints: get(hObject,'String') returns contents of editAyb as text
  763. % str2double(get(hObject,'String')) returns contents of editAyb as a double
  764. % --- Executes during object creation, after setting all properties.
  765. function editAyb_CreateFcn(hObject, eventdata, handles)
  766. % hObject handle to editAyb (see GCBO)
  767. % eventdata reserved - to be defined in a future version of MATLAB
  768. % handles empty - handles not created until after all CreateFcns called
  769. % Hint: edit controls usually have a white background on Windows.
  770. % See ISPC and COMPUTER.
  771. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  772. set(hObject,'BackgroundColor','white');
  773. end
  774. function editAzb_Callback(hObject, eventdata, handles)
  775. % hObject handle to editAzb (see GCBO)
  776. % eventdata reserved - to be defined in a future version of MATLAB
  777. % handles structure with handles and user data (see GUIDATA)
  778. % Hints: get(hObject,'String') returns contents of editAzb as text
  779. % str2double(get(hObject,'String')) returns contents of editAzb as a double
  780. % --- Executes during object creation, after setting all properties.
  781. function editAzb_CreateFcn(hObject, eventdata, handles)
  782. % hObject handle to editAzb (see GCBO)
  783. % eventdata reserved - to be defined in a future version of MATLAB
  784. % handles empty - handles not created until after all CreateFcns called
  785. % Hint: edit controls usually have a white background on Windows.
  786. % See ISPC and COMPUTER.
  787. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  788. set(hObject,'BackgroundColor','white');
  789. end
  790. function editNiso_Callback(hObject, eventdata, handles)
  791. % hObject handle to editNiso (see GCBO)
  792. % eventdata reserved - to be defined in a future version of MATLAB
  793. % handles structure with handles and user data (see GUIDATA)
  794. % Hints: get(hObject,'String') returns contents of editNiso as text
  795. % str2double(get(hObject,'String')) returns contents of editNiso as a double
  796. % --- Executes during object creation, after setting all properties.
  797. function editNiso_CreateFcn(hObject, eventdata, handles)
  798. % hObject handle to editNiso (see GCBO)
  799. % eventdata reserved - to be defined in a future version of MATLAB
  800. % handles empty - handles not created until after all CreateFcns called
  801. % Hint: edit controls usually have a white background on Windows.
  802. % See ISPC and COMPUTER.
  803. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  804. set(hObject,'BackgroundColor','white');
  805. end
  806. function editWgt_Callback(hObject, eventdata, handles)
  807. % hObject handle to editWgt (see GCBO)
  808. % eventdata reserved - to be defined in a future version of MATLAB
  809. % handles structure with handles and user data (see GUIDATA)
  810. % Hints: get(hObject,'String') returns contents of editWgt as text
  811. % str2double(get(hObject,'String')) returns contents of editWgt as a double
  812. % --- Executes during object creation, after setting all properties.
  813. function editWgt_CreateFcn(hObject, eventdata, handles)
  814. % hObject handle to editWgt (see GCBO)
  815. % eventdata reserved - to be defined in a future version of MATLAB
  816. % handles empty - handles not created until after all CreateFcns called
  817. % Hint: edit controls usually have a white background on Windows.
  818. % See ISPC and COMPUTER.
  819. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  820. set(hObject,'BackgroundColor','white');
  821. end
  822. function editSpinm_Callback(hObject, eventdata, handles)
  823. % hObject handle to editSpinm (see GCBO)
  824. % eventdata reserved - to be defined in a future version of MATLAB
  825. % handles structure with handles and user data (see GUIDATA)
  826. % Hints: get(hObject,'String') returns contents of editSpinm as text
  827. % str2double(get(hObject,'String')) returns contents of editSpinm as a double
  828. % --- Executes during object creation, after setting all properties.
  829. function editSpinm_CreateFcn(hObject, eventdata, handles)
  830. % hObject handle to editSpinm (see GCBO)
  831. % eventdata reserved - to be defined in a future version of MATLAB
  832. % handles empty - handles not created until after all CreateFcns called
  833. % Hint: edit controls usually have a white background on Windows.
  834. % See ISPC and COMPUTER.
  835. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  836. set(hObject,'BackgroundColor','white');
  837. end
  838. function editAxa_Callback(hObject, eventdata, handles)
  839. % hObject handle to editAxa (see GCBO)
  840. % eventdata reserved - to be defined in a future version of MATLAB
  841. % handles structure with handles and user data (see GUIDATA)
  842. % Hints: get(hObject,'String') returns contents of editAxa as text
  843. % str2double(get(hObject,'String')) returns contents of editAxa as a double
  844. % --- Executes during object creation, after setting all properties.
  845. function editAxa_CreateFcn(hObject, eventdata, handles)
  846. % hObject handle to editAxa (see GCBO)
  847. % eventdata reserved - to be defined in a future version of MATLAB
  848. % handles empty - handles not created until after all CreateFcns called
  849. % Hint: edit controls usually have a white background on Windows.
  850. % See ISPC and COMPUTER.
  851. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  852. set(hObject,'BackgroundColor','white');
  853. end
  854. function editAya_Callback(hObject, eventdata, handles)
  855. % hObject handle to editAya (see GCBO)
  856. % eventdata reserved - to be defined in a future version of MATLAB
  857. % handles structure with handles and user data (see GUIDATA)
  858. % Hints: get(hObject,'String') returns contents of editAya as text
  859. % str2double(get(hObject,'String')) returns contents of editAya as a double
  860. % --- Executes during object creation, after setting all properties.
  861. function editAya_CreateFcn(hObject, eventdata, handles)
  862. % hObject handle to editAya (see GCBO)
  863. % eventdata reserved - to be defined in a future version of MATLAB
  864. % handles empty - handles not created until after all CreateFcns called
  865. % Hint: edit controls usually have a white background on Windows.
  866. % See ISPC and COMPUTER.
  867. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  868. set(hObject,'BackgroundColor','white');
  869. end
  870. function editAza_Callback(hObject, eventdata, handles)
  871. % hObject handle to editAza (see GCBO)
  872. % eventdata reserved - to be defined in a future version of MATLAB
  873. % handles structure with handles and user data (see GUIDATA)
  874. % Hints: get(hObject,'String') returns contents of editAza as text
  875. % str2double(get(hObject,'String')) returns contents of editAza as a double
  876. % --- Executes during object creation, after setting all properties.
  877. function editAza_CreateFcn(hObject, eventdata, handles)
  878. % hObject handle to editAza (see GCBO)
  879. % eventdata reserved - to be defined in a future version of MATLAB
  880. % handles empty - handles not created until after all CreateFcns called
  881. % Hint: edit controls usually have a white background on Windows.
  882. % See ISPC and COMPUTER.
  883. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  884. set(hObject,'BackgroundColor','white');
  885. end
  886. function editPop_Callback(hObject, eventdata, handles)
  887. % hObject handle to editPop (see GCBO)
  888. % eventdata reserved - to be defined in a future version of MATLAB
  889. % handles structure with handles and user data (see GUIDATA)
  890. % Hints: get(hObject,'String') returns contents of editPop as text
  891. % str2double(get(hObject,'String')) returns contents of edi

Large files files are truncated, but you can click here to view the full file