PageRenderTime 63ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/probabilidad/Programas/AnalisisRegresion.m

http://tesis-matlab-estanques.googlecode.com/
MATLAB | 812 lines | 154 code | 239 blank | 419 comment | 22 complexity | bb2598e92de515b7dadc87b97936ece5 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, BSD-3-Clause
  1. function varargout = AnalisisRegresion(varargin)
  2. % ANALISISREGRESION M-file for AnalisisRegresion.fig
  3. % ANALISISREGRESION, by itself, creates a new ANALISISREGRESION or raises the existing
  4. % singleton*.
  5. %
  6. % H = ANALISISREGRESION returns the handle to a new ANALISISREGRESION or the handle to
  7. % the existing singleton*.
  8. %
  9. % ANALISISREGRESION('CALLBACK',hObject,eventData,handles,...) calls the local
  10. % function named CALLBACK in ANALISISREGRESION.M with the given input arguments.
  11. %
  12. % ANALISISREGRESION('Property','Value',...) creates a new ANALISISREGRESION or raises the
  13. % existing singleton*. Starting from the left, property value pairs are
  14. % applied to the GUI before AnalisisRegresion_OpeningFcn gets called. An
  15. % unrecognized property name or invalid value makes property application
  16. % stop. All inputs are passed to AnalisisRegresion_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 AnalisisRegresion
  23. % Last Modified by GUIDE v2.5 09-Jul-2010 17:37:30
  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', @AnalisisRegresion_OpeningFcn, ...
  29. 'gui_OutputFcn', @AnalisisRegresion_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 AnalisisRegresion is made visible.
  42. function AnalisisRegresion_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 AnalisisRegresion (see VARARGIN)
  48. % Choose default command line output for AnalisisRegresion
  49. handles.output = hObject;
  50. % Update handles structure
  51. guidata(hObject, handles);
  52. % UIWAIT makes AnalisisRegresion wait for user response (see UIRESUME)
  53. % uiwait(handles.figure1);
  54. % --- Outputs from this function are returned to the command line.
  55. function varargout = AnalisisRegresion_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. function edit6_Callback(hObject, eventdata, handles)
  63. % hObject handle to edit6 (see GCBO)
  64. % eventdata reserved - to be defined in a future version of MATLAB
  65. % handles structure with handles and user data (see GUIDATA)
  66. % Hints: get(hObject,'String') returns contents of edit6 as text
  67. % str2double(get(hObject,'String')) returns contents of edit6 as a double
  68. % --- Executes during object creation, after setting all properties.
  69. function edit6_CreateFcn(hObject, eventdata, handles)
  70. % hObject handle to edit6 (see GCBO)
  71. % eventdata reserved - to be defined in a future version of MATLAB
  72. % handles empty - handles not created until after all CreateFcns called
  73. % Hint: edit controls usually have a white background on Windows.
  74. % See ISPC and COMPUTER.
  75. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  76. set(hObject,'BackgroundColor','white');
  77. end
  78. function edit7_Callback(hObject, eventdata, handles)
  79. % hObject handle to edit7 (see GCBO)
  80. % eventdata reserved - to be defined in a future version of MATLAB
  81. % handles structure with handles and user data (see GUIDATA)
  82. % Hints: get(hObject,'String') returns contents of edit7 as text
  83. % str2double(get(hObject,'String')) returns contents of edit7 as a double
  84. % --- Executes during object creation, after setting all properties.
  85. function edit7_CreateFcn(hObject, eventdata, handles)
  86. % hObject handle to edit7 (see GCBO)
  87. % eventdata reserved - to be defined in a future version of MATLAB
  88. % handles empty - handles not created until after all CreateFcns called
  89. % Hint: edit controls usually have a white background on Windows.
  90. % See ISPC and COMPUTER.
  91. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  92. set(hObject,'BackgroundColor','white');
  93. end
  94. % --- Executes on button press in checkbox8.
  95. function checkbox8_Callback(hObject, eventdata, handles)
  96. % hObject handle to checkbox8 (see GCBO)
  97. % eventdata reserved - to be defined in a future version of MATLAB
  98. % handles structure with handles and user data (see GUIDATA)
  99. % Hint: get(hObject,'Value') returns toggle state of checkbox8
  100. % --- Executes on button press in checkbox9.
  101. function checkbox9_Callback(hObject, eventdata, handles)
  102. % hObject handle to checkbox9 (see GCBO)
  103. % eventdata reserved - to be defined in a future version of MATLAB
  104. % handles structure with handles and user data (see GUIDATA)
  105. % Hint: get(hObject,'Value') returns toggle state of checkbox9
  106. % --- Executes on button press in checkbox10.
  107. function checkbox10_Callback(hObject, eventdata, handles)
  108. % hObject handle to checkbox10 (see GCBO)
  109. % eventdata reserved - to be defined in a future version of MATLAB
  110. % handles structure with handles and user data (see GUIDATA)
  111. % Hint: get(hObject,'Value') returns toggle state of checkbox10
  112. % --- Executes on selection change in lboxExepciones.
  113. function lboxExepciones_Callback(hObject, eventdata, handles)
  114. % hObject handle to lboxExepciones (see GCBO)
  115. % eventdata reserved - to be defined in a future version of MATLAB
  116. % handles structure with handles and user data (see GUIDATA)
  117. % Hints: contents = cellstr(get(hObject,'String')) returns lboxExepciones contents as cell array
  118. % contents{get(hObject,'Value')} returns selected item from lboxExepciones
  119. % --- Executes during object creation, after setting all properties.
  120. function lboxExepciones_CreateFcn(hObject, eventdata, handles)
  121. % hObject handle to lboxExepciones (see GCBO)
  122. % eventdata reserved - to be defined in a future version of MATLAB
  123. % handles empty - handles not created until after all CreateFcns called
  124. % Hint: listbox controls usually have a white background on Windows.
  125. % See ISPC and COMPUTER.
  126. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  127. set(hObject,'BackgroundColor','white');
  128. end
  129. % --- Executes on button press in btnEliminarExepicon.
  130. function btnEliminarExepicon_Callback(hObject, eventdata, handles)
  131. % hObject handle to btnEliminarExepicon (see GCBO)
  132. % eventdata reserved - to be defined in a future version of MATLAB
  133. % handles structure with handles and user data (see GUIDATA)
  134. function txtFechaExepcion_Callback(hObject, eventdata, handles)
  135. % hObject handle to txtFechaExepcion (see GCBO)
  136. % eventdata reserved - to be defined in a future version of MATLAB
  137. % handles structure with handles and user data (see GUIDATA)
  138. % Hints: get(hObject,'String') returns contents of txtFechaExepcion as text
  139. % str2double(get(hObject,'String')) returns contents of txtFechaExepcion as a double
  140. % --- Executes during object creation, after setting all properties.
  141. function txtFechaExepcion_CreateFcn(hObject, eventdata, handles)
  142. % hObject handle to txtFechaExepcion (see GCBO)
  143. % eventdata reserved - to be defined in a future version of MATLAB
  144. % handles empty - handles not created until after all CreateFcns called
  145. % Hint: edit controls usually have a white background on Windows.
  146. % See ISPC and COMPUTER.
  147. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  148. set(hObject,'BackgroundColor','white');
  149. end
  150. % --- Executes on button press in btnAgregarExepcion.
  151. function btnAgregarExepcion_Callback(hObject, eventdata, handles)
  152. % hObject handle to btnAgregarExepcion (see GCBO)
  153. % eventdata reserved - to be defined in a future version of MATLAB
  154. % handles structure with handles and user data (see GUIDATA)
  155. % --- Executes on button press in checkbox1.
  156. function checkbox1_Callback(hObject, eventdata, handles)
  157. % hObject handle to checkbox1 (see GCBO)
  158. % eventdata reserved - to be defined in a future version of MATLAB
  159. % handles structure with handles and user data (see GUIDATA)
  160. % Hint: get(hObject,'Value') returns toggle state of checkbox1
  161. % --- Executes on button press in checkbox2.
  162. function checkbox2_Callback(hObject, eventdata, handles)
  163. % hObject handle to checkbox2 (see GCBO)
  164. % eventdata reserved - to be defined in a future version of MATLAB
  165. % handles structure with handles and user data (see GUIDATA)
  166. % Hint: get(hObject,'Value') returns toggle state of checkbox2
  167. % --- Executes on button press in checkbox3.
  168. function checkbox3_Callback(hObject, eventdata, handles)
  169. % hObject handle to checkbox3 (see GCBO)
  170. % eventdata reserved - to be defined in a future version of MATLAB
  171. % handles structure with handles and user data (see GUIDATA)
  172. % Hint: get(hObject,'Value') returns toggle state of checkbox3
  173. % --- Executes on button press in checkbox4.
  174. function checkbox4_Callback(hObject, eventdata, handles)
  175. % hObject handle to checkbox4 (see GCBO)
  176. % eventdata reserved - to be defined in a future version of MATLAB
  177. % handles structure with handles and user data (see GUIDATA)
  178. % Hint: get(hObject,'Value') returns toggle state of checkbox4
  179. % --- Executes on button press in checkbox5.
  180. function checkbox5_Callback(hObject, eventdata, handles)
  181. % hObject handle to checkbox5 (see GCBO)
  182. % eventdata reserved - to be defined in a future version of MATLAB
  183. % handles structure with handles and user data (see GUIDATA)
  184. % Hint: get(hObject,'Value') returns toggle state of checkbox5
  185. % --- Executes on button press in checkbox6.
  186. function checkbox6_Callback(hObject, eventdata, handles)
  187. % hObject handle to checkbox6 (see GCBO)
  188. % eventdata reserved - to be defined in a future version of MATLAB
  189. % handles structure with handles and user data (see GUIDATA)
  190. % Hint: get(hObject,'Value') returns toggle state of checkbox6
  191. % --- Executes on button press in checkbox7.
  192. function checkbox7_Callback(hObject, eventdata, handles)
  193. % hObject handle to checkbox7 (see GCBO)
  194. % eventdata reserved - to be defined in a future version of MATLAB
  195. % handles structure with handles and user data (see GUIDATA)
  196. % Hint: get(hObject,'Value') returns toggle state of checkbox7
  197. % --- Executes on button press in btnEjecutarBusqueda.
  198. function btnEjecutarBusqueda_Callback(hObject, eventdata, handles)
  199. % hObject handle to btnEjecutarBusqueda (see GCBO)
  200. % eventdata reserved - to be defined in a future version of MATLAB
  201. % handles structure with handles and user data (see GUIDATA)
  202. function txtHoraDesde_Callback(hObject, eventdata, handles)
  203. % hObject handle to txtHoraDesde (see GCBO)
  204. % eventdata reserved - to be defined in a future version of MATLAB
  205. % handles structure with handles and user data (see GUIDATA)
  206. % Hints: get(hObject,'String') returns contents of txtHoraDesde as text
  207. % str2double(get(hObject,'String')) returns contents of txtHoraDesde as a double
  208. % --- Executes during object creation, after setting all properties.
  209. function txtHoraDesde_CreateFcn(hObject, eventdata, handles)
  210. % hObject handle to txtHoraDesde (see GCBO)
  211. % eventdata reserved - to be defined in a future version of MATLAB
  212. % handles empty - handles not created until after all CreateFcns called
  213. % Hint: edit controls usually have a white background on Windows.
  214. % See ISPC and COMPUTER.
  215. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  216. set(hObject,'BackgroundColor','white');
  217. end
  218. function txtHoraHasta_Callback(hObject, eventdata, handles)
  219. % hObject handle to txtHoraHasta (see GCBO)
  220. % eventdata reserved - to be defined in a future version of MATLAB
  221. % handles structure with handles and user data (see GUIDATA)
  222. % Hints: get(hObject,'String') returns contents of txtHoraHasta as text
  223. % str2double(get(hObject,'String')) returns contents of txtHoraHasta as a double
  224. % --- Executes during object creation, after setting all properties.
  225. function txtHoraHasta_CreateFcn(hObject, eventdata, handles)
  226. % hObject handle to txtHoraHasta (see GCBO)
  227. % eventdata reserved - to be defined in a future version of MATLAB
  228. % handles empty - handles not created until after all CreateFcns called
  229. % Hint: edit controls usually have a white background on Windows.
  230. % See ISPC and COMPUTER.
  231. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  232. set(hObject,'BackgroundColor','white');
  233. end
  234. function txtFechaDesde_Callback(hObject, eventdata, handles)
  235. % hObject handle to txtFechaDesde (see GCBO)
  236. % eventdata reserved - to be defined in a future version of MATLAB
  237. % handles structure with handles and user data (see GUIDATA)
  238. % Hints: get(hObject,'String') returns contents of txtFechaDesde as text
  239. % str2double(get(hObject,'String')) returns contents of txtFechaDesde as a double
  240. % --- Executes during object creation, after setting all properties.
  241. function txtFechaDesde_CreateFcn(hObject, eventdata, handles)
  242. % hObject handle to txtFechaDesde (see GCBO)
  243. % eventdata reserved - to be defined in a future version of MATLAB
  244. % handles empty - handles not created until after all CreateFcns called
  245. % Hint: edit controls usually have a white background on Windows.
  246. % See ISPC and COMPUTER.
  247. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  248. set(hObject,'BackgroundColor','white');
  249. end
  250. function txtFechaHasta_Callback(hObject, eventdata, handles)
  251. % hObject handle to txtFechaHasta (see GCBO)
  252. % eventdata reserved - to be defined in a future version of MATLAB
  253. % handles structure with handles and user data (see GUIDATA)
  254. % Hints: get(hObject,'String') returns contents of txtFechaHasta as text
  255. % str2double(get(hObject,'String')) returns contents of txtFechaHasta as a double
  256. % --- Executes during object creation, after setting all properties.
  257. function txtFechaHasta_CreateFcn(hObject, eventdata, handles)
  258. % hObject handle to txtFechaHasta (see GCBO)
  259. % eventdata reserved - to be defined in a future version of MATLAB
  260. % handles empty - handles not created until after all CreateFcns called
  261. % Hint: edit controls usually have a white background on Windows.
  262. % See ISPC and COMPUTER.
  263. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  264. set(hObject,'BackgroundColor','white');
  265. end
  266. % --- Executes on button press in pushbutton4.
  267. function pushbutton4_Callback(hObject, eventdata, handles)
  268. % hObject handle to pushbutton4 (see GCBO)
  269. % eventdata reserved - to be defined in a future version of MATLAB
  270. % handles structure with handles and user data (see GUIDATA)
  271. function edit8_Callback(hObject, eventdata, handles)
  272. % hObject handle to edit8 (see GCBO)
  273. % eventdata reserved - to be defined in a future version of MATLAB
  274. % handles structure with handles and user data (see GUIDATA)
  275. % Hints: get(hObject,'String') returns contents of edit8 as text
  276. % str2double(get(hObject,'String')) returns contents of edit8 as a double
  277. % --- Executes during object creation, after setting all properties.
  278. function edit8_CreateFcn(hObject, eventdata, handles)
  279. % hObject handle to edit8 (see GCBO)
  280. % eventdata reserved - to be defined in a future version of MATLAB
  281. % handles empty - handles not created until after all CreateFcns called
  282. % Hint: edit controls usually have a white background on Windows.
  283. % See ISPC and COMPUTER.
  284. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  285. set(hObject,'BackgroundColor','white');
  286. end
  287. % --- Executes on button press in pushbutton5.
  288. function pushbutton5_Callback(hObject, eventdata, handles)
  289. % hObject handle to pushbutton5 (see GCBO)
  290. % eventdata reserved - to be defined in a future version of MATLAB
  291. % handles structure with handles and user data (see GUIDATA)
  292. % --- Executes on selection change in listbox2.
  293. function listbox2_Callback(hObject, eventdata, handles)
  294. % hObject handle to listbox2 (see GCBO)
  295. % eventdata reserved - to be defined in a future version of MATLAB
  296. % handles structure with handles and user data (see GUIDATA)
  297. % Hints: contents = cellstr(get(hObject,'String')) returns listbox2 contents as cell array
  298. % contents{get(hObject,'Value')} returns selected item from listbox2
  299. % --- Executes during object creation, after setting all properties.
  300. function listbox2_CreateFcn(hObject, eventdata, handles)
  301. % hObject handle to listbox2 (see GCBO)
  302. % eventdata reserved - to be defined in a future version of MATLAB
  303. % handles empty - handles not created until after all CreateFcns called
  304. % Hint: listbox controls usually have a white background on Windows.
  305. % See ISPC and COMPUTER.
  306. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  307. set(hObject,'BackgroundColor','white');
  308. end
  309. % --- Executes on button press in pushbutton6.
  310. function pushbutton6_Callback(hObject, eventdata, handles)
  311. % hObject handle to pushbutton6 (see GCBO)
  312. % eventdata reserved - to be defined in a future version of MATLAB
  313. % handles structure with handles and user data (see GUIDATA)
  314. function edit9_Callback(hObject, eventdata, handles)
  315. % hObject handle to edit9 (see GCBO)
  316. % eventdata reserved - to be defined in a future version of MATLAB
  317. % handles structure with handles and user data (see GUIDATA)
  318. % Hints: get(hObject,'String') returns contents of edit9 as text
  319. % str2double(get(hObject,'String')) returns contents of edit9 as a double
  320. % --- Executes during object creation, after setting all properties.
  321. function edit9_CreateFcn(hObject, eventdata, handles)
  322. % hObject handle to edit9 (see GCBO)
  323. % eventdata reserved - to be defined in a future version of MATLAB
  324. % handles empty - handles not created until after all CreateFcns called
  325. % Hint: edit controls usually have a white background on Windows.
  326. % See ISPC and COMPUTER.
  327. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  328. set(hObject,'BackgroundColor','white');
  329. end
  330. % --- Executes on button press in checkbox11.
  331. function checkbox11_Callback(hObject, eventdata, handles)
  332. % hObject handle to checkbox11 (see GCBO)
  333. % eventdata reserved - to be defined in a future version of MATLAB
  334. % handles structure with handles and user data (see GUIDATA)
  335. % Hint: get(hObject,'Value') returns toggle state of checkbox11
  336. % --- Executes on button press in checkbox12.
  337. function checkbox12_Callback(hObject, eventdata, handles)
  338. % hObject handle to checkbox12 (see GCBO)
  339. % eventdata reserved - to be defined in a future version of MATLAB
  340. % handles structure with handles and user data (see GUIDATA)
  341. % Hint: get(hObject,'Value') returns toggle state of checkbox12
  342. % --- Executes on button press in checkbox13.
  343. function checkbox13_Callback(hObject, eventdata, handles)
  344. % hObject handle to checkbox13 (see GCBO)
  345. % eventdata reserved - to be defined in a future version of MATLAB
  346. % handles structure with handles and user data (see GUIDATA)
  347. % Hint: get(hObject,'Value') returns toggle state of checkbox13
  348. % --- Executes on button press in checkbox14.
  349. function checkbox14_Callback(hObject, eventdata, handles)
  350. % hObject handle to checkbox14 (see GCBO)
  351. % eventdata reserved - to be defined in a future version of MATLAB
  352. % handles structure with handles and user data (see GUIDATA)
  353. % Hint: get(hObject,'Value') returns toggle state of checkbox14
  354. % --- Executes on button press in checkbox15.
  355. function checkbox15_Callback(hObject, eventdata, handles)
  356. % hObject handle to checkbox15 (see GCBO)
  357. % eventdata reserved - to be defined in a future version of MATLAB
  358. % handles structure with handles and user data (see GUIDATA)
  359. % Hint: get(hObject,'Value') returns toggle state of checkbox15
  360. % --- Executes on button press in checkbox16.
  361. function checkbox16_Callback(hObject, eventdata, handles)
  362. % hObject handle to checkbox16 (see GCBO)
  363. % eventdata reserved - to be defined in a future version of MATLAB
  364. % handles structure with handles and user data (see GUIDATA)
  365. % Hint: get(hObject,'Value') returns toggle state of checkbox16
  366. % --- Executes on button press in checkbox17.
  367. function checkbox17_Callback(hObject, eventdata, handles)
  368. % hObject handle to checkbox17 (see GCBO)
  369. % eventdata reserved - to be defined in a future version of MATLAB
  370. % handles structure with handles and user data (see GUIDATA)
  371. % Hint: get(hObject,'Value') returns toggle state of checkbox17
  372. % --- Executes on button press in pushbutton7.
  373. function pushbutton7_Callback(hObject, eventdata, handles)
  374. % hObject handle to pushbutton7 (see GCBO)
  375. % eventdata reserved - to be defined in a future version of MATLAB
  376. % handles structure with handles and user data (see GUIDATA)
  377. function edit10_Callback(hObject, eventdata, handles)
  378. % hObject handle to edit10 (see GCBO)
  379. % eventdata reserved - to be defined in a future version of MATLAB
  380. % handles structure with handles and user data (see GUIDATA)
  381. % Hints: get(hObject,'String') returns contents of edit10 as text
  382. % str2double(get(hObject,'String')) returns contents of edit10 as a double
  383. % --- Executes during object creation, after setting all properties.
  384. function edit10_CreateFcn(hObject, eventdata, handles)
  385. % hObject handle to edit10 (see GCBO)
  386. % eventdata reserved - to be defined in a future version of MATLAB
  387. % handles empty - handles not created until after all CreateFcns called
  388. % Hint: edit controls usually have a white background on Windows.
  389. % See ISPC and COMPUTER.
  390. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  391. set(hObject,'BackgroundColor','white');
  392. end
  393. function edit11_Callback(hObject, eventdata, handles)
  394. % hObject handle to edit11 (see GCBO)
  395. % eventdata reserved - to be defined in a future version of MATLAB
  396. % handles structure with handles and user data (see GUIDATA)
  397. % Hints: get(hObject,'String') returns contents of edit11 as text
  398. % str2double(get(hObject,'String')) returns contents of edit11 as a double
  399. % --- Executes during object creation, after setting all properties.
  400. function edit11_CreateFcn(hObject, eventdata, handles)
  401. % hObject handle to edit11 (see GCBO)
  402. % eventdata reserved - to be defined in a future version of MATLAB
  403. % handles empty - handles not created until after all CreateFcns called
  404. % Hint: edit controls usually have a white background on Windows.
  405. % See ISPC and COMPUTER.
  406. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  407. set(hObject,'BackgroundColor','white');
  408. end
  409. function edit12_Callback(hObject, eventdata, handles)
  410. % hObject handle to edit12 (see GCBO)
  411. % eventdata reserved - to be defined in a future version of MATLAB
  412. % handles structure with handles and user data (see GUIDATA)
  413. % Hints: get(hObject,'String') returns contents of edit12 as text
  414. % str2double(get(hObject,'String')) returns contents of edit12 as a double
  415. % --- Executes during object creation, after setting all properties.
  416. function edit12_CreateFcn(hObject, eventdata, handles)
  417. % hObject handle to edit12 (see GCBO)
  418. % eventdata reserved - to be defined in a future version of MATLAB
  419. % handles empty - handles not created until after all CreateFcns called
  420. % Hint: edit controls usually have a white background on Windows.
  421. % See ISPC and COMPUTER.
  422. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  423. set(hObject,'BackgroundColor','white');
  424. end
  425. function edit13_Callback(hObject, eventdata, handles)
  426. % hObject handle to edit13 (see GCBO)
  427. % eventdata reserved - to be defined in a future version of MATLAB
  428. % handles structure with handles and user data (see GUIDATA)
  429. % Hints: get(hObject,'String') returns contents of edit13 as text
  430. % str2double(get(hObject,'String')) returns contents of edit13 as a double
  431. % --- Executes during object creation, after setting all properties.
  432. function edit13_CreateFcn(hObject, eventdata, handles)
  433. % hObject handle to edit13 (see GCBO)
  434. % eventdata reserved - to be defined in a future version of MATLAB
  435. % handles empty - handles not created until after all CreateFcns called
  436. % Hint: edit controls usually have a white background on Windows.
  437. % See ISPC and COMPUTER.
  438. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  439. set(hObject,'BackgroundColor','white');
  440. end
  441. function edit29_Callback(hObject, eventdata, handles)
  442. % hObject handle to edit29 (see GCBO)
  443. % eventdata reserved - to be defined in a future version of MATLAB
  444. % handles structure with handles and user data (see GUIDATA)
  445. % Hints: get(hObject,'String') returns contents of edit29 as text
  446. % str2double(get(hObject,'String')) returns contents of edit29 as a double
  447. % --- Executes during object creation, after setting all properties.
  448. function edit29_CreateFcn(hObject, eventdata, handles)
  449. % hObject handle to edit29 (see GCBO)
  450. % eventdata reserved - to be defined in a future version of MATLAB
  451. % handles empty - handles not created until after all CreateFcns called
  452. % Hint: edit controls usually have a white background on Windows.
  453. % See ISPC and COMPUTER.
  454. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  455. set(hObject,'BackgroundColor','white');
  456. end
  457. function edit30_Callback(hObject, eventdata, handles)
  458. % hObject handle to edit30 (see GCBO)
  459. % eventdata reserved - to be defined in a future version of MATLAB
  460. % handles structure with handles and user data (see GUIDATA)
  461. % Hints: get(hObject,'String') returns contents of edit30 as text
  462. % str2double(get(hObject,'String')) returns contents of edit30 as a double
  463. % --- Executes during object creation, after setting all properties.
  464. function edit30_CreateFcn(hObject, eventdata, handles)
  465. % hObject handle to edit30 (see GCBO)
  466. % eventdata reserved - to be defined in a future version of MATLAB
  467. % handles empty - handles not created until after all CreateFcns called
  468. % Hint: edit controls usually have a white background on Windows.
  469. % See ISPC and COMPUTER.
  470. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  471. set(hObject,'BackgroundColor','white');
  472. end
  473. function edit31_Callback(hObject, eventdata, handles)
  474. % hObject handle to edit31 (see GCBO)
  475. % eventdata reserved - to be defined in a future version of MATLAB
  476. % handles structure with handles and user data (see GUIDATA)
  477. % Hints: get(hObject,'String') returns contents of edit31 as text
  478. % str2double(get(hObject,'String')) returns contents of edit31 as a double
  479. % --- Executes during object creation, after setting all properties.
  480. function edit31_CreateFcn(hObject, eventdata, handles)
  481. % hObject handle to edit31 (see GCBO)
  482. % eventdata reserved - to be defined in a future version of MATLAB
  483. % handles empty - handles not created until after all CreateFcns called
  484. % Hint: edit controls usually have a white background on Windows.
  485. % See ISPC and COMPUTER.
  486. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  487. set(hObject,'BackgroundColor','white');
  488. end
  489. % --- Executes on button press in pushbutton14.
  490. function pushbutton14_Callback(hObject, eventdata, handles)
  491. % hObject handle to pushbutton14 (see GCBO)
  492. % eventdata reserved - to be defined in a future version of MATLAB
  493. % handles structure with handles and user data (see GUIDATA)
  494. % --- Executes on selection change in listbox5.
  495. function listbox5_Callback(hObject, eventdata, handles)
  496. % hObject handle to listbox5 (see GCBO)
  497. % eventdata reserved - to be defined in a future version of MATLAB
  498. % handles structure with handles and user data (see GUIDATA)
  499. % Hints: contents = cellstr(get(hObject,'String')) returns listbox5 contents as cell array
  500. % contents{get(hObject,'Value')} returns selected item from listbox5
  501. % --- Executes during object creation, after setting all properties.
  502. function listbox5_CreateFcn(hObject, eventdata, handles)
  503. % hObject handle to listbox5 (see GCBO)
  504. % eventdata reserved - to be defined in a future version of MATLAB
  505. % handles empty - handles not created until after all CreateFcns called
  506. % Hint: listbox controls usually have a white background on Windows.
  507. % See ISPC and COMPUTER.
  508. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  509. set(hObject,'BackgroundColor','white');
  510. end
  511. % --- Executes on button press in pushbutton15.
  512. function pushbutton15_Callback(hObject, eventdata, handles)
  513. % hObject handle to pushbutton15 (see GCBO)
  514. % eventdata reserved - to be defined in a future version of MATLAB
  515. % handles structure with handles and user data (see GUIDATA)
  516. function edit24_Callback(hObject, eventdata, handles)
  517. % hObject handle to edit24 (see GCBO)
  518. % eventdata reserved - to be defined in a future version of MATLAB
  519. % handles structure with handles and user data (see GUIDATA)
  520. % Hints: get(hObject,'String') returns contents of edit24 as text
  521. % str2double(get(hObject,'String')) returns contents of edit24 as a double
  522. % --- Executes during object creation, after setting all properties.
  523. function edit24_CreateFcn(hObject, eventdata, handles)
  524. % hObject handle to edit24 (see GCBO)
  525. % eventdata reserved - to be defined in a future version of MATLAB
  526. % handles empty - handles not created until after all CreateFcns called
  527. % Hint: edit controls usually have a white background on Windows.
  528. % See ISPC and COMPUTER.
  529. if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
  530. set(hObject,'BackgroundColor','white');
  531. end
  532. % --- Executes on button press in checkbox32.
  533. function checkbox32_Callback(hObject, eventdata, handles)
  534. % hObject handle to checkbox32 (see GCBO)
  535. % eventdata reserved - to be defined in a future version of MATLAB
  536. % handles structure with handles and user data (see GUIDATA)
  537. % Hint: get(hObject,'Value') returns toggle state of checkbox32
  538. % --- Executes on button press in checkbox33.
  539. function checkbox33_Callback(hObject, eventdata, handles)
  540. % hObject handle to checkbox33 (see GCBO)
  541. % eventdata reserved - to be defined in a future version of MATLAB
  542. % handles structure with handles and user data (see GUIDATA)
  543. % Hint: get(hObject,'Value') returns toggle state of checkbox33
  544. % --- Executes on button press in checkbox34.
  545. function checkbox34_Callback(hObject, eventdata, handles)
  546. % hObject handle to checkbox34 (see GCBO)
  547. % eventdata reserved - to be defined in a future version of MATLAB
  548. % handles structure with handles and user data (see GUIDATA)
  549. % Hint: get(hObject,'Value') returns toggle state of checkbox34
  550. % --- Executes on button press in checkbox35.
  551. function checkbox35_Callback(hObject, eventdata, handles)
  552. % hObject handle to checkbox35 (see GCBO)
  553. % eventdata reserved - to be defined in a future version of MATLAB
  554. % handles structure with handles and user data (see GUIDATA)
  555. % Hint: get(hObject,'Value') returns toggle state of checkbox35
  556. % --- Executes on button press in checkbox36.
  557. function checkbox36_Callback(hObject, eventdata, handles)
  558. % hObject handle to checkbox36 (see GCBO)
  559. % eventdata reserved - to be defined in a future version of MATLAB
  560. % handles structure with handles and user data (see GUIDATA)
  561. % Hint: get(hObject,'Value') returns toggle state of checkbox36
  562. % --- Executes on button press in checkbox37.
  563. function checkbox37_Callback(hObject, eventdata, handles)
  564. % hObject handle to checkbox37 (see GCBO)
  565. % eventdata reserved - to be defined in a future version of MATLAB
  566. % handles structure with handles and user data (see GUIDATA)
  567. % Hint: get(hObject,'Value') returns toggle state of checkbox37
  568. % --- Executes on button press in checkbox38.
  569. function checkbox38_Callback(hObject, eventdata, handles)
  570. % hObject handle to checkbox38 (see GCBO)
  571. % eventdata reserved - to be defined in a future version of MATLAB
  572. % handles structure with handles and user data (see GUIDATA)
  573. % Hint: get(hObject,'Value') returns toggle state of checkbox38