Initial commit
[pftoolbox.git] / GUI / pfgui_refresh.m
blobe6e86b785d32f033ca70cf63721c6181740cc419
1 function pfgui_refresh(hObject);\r
2 % Sorry, I didn't have enough time to write nice and documented GUI code.\r
3 \r
4 % Toolbox for nonlinear filtering.\r
5 % Copyright (C) 2005  Jakob Rosén <jakob.rosen@gmail.com>\r
6 %\r
7 % This program is free software; you can redistribute it and/or\r
8 % modify it under the terms of the GNU General Public License\r
9 % as published by the Free Software Foundation; either version 2\r
10 % of the License, or (at your option) any later version.\r
11 %\r
12 % This program is distributed in the hope that it will be useful,\r
13 % but WITHOUT ANY WARRANTY; without even the implied warranty of\r
14 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
15 % GNU General Public License for more details.\r
16 %\r
17 % You should have received a copy of the GNU General Public License\r
18 % along with this program; if not, write to the Free Software\r
19 % Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\r
21 handles=guidata(hObject);\r
22 handles\r
24 if handles.simulator_mode\r
25         pfgui_action('sim_radio_1',hObject);\r
26 else\r
27         pfgui_action('sim_radio_2',hObject);\r
28 end     \r
30 %       set(handles.u_edit,handles.u\r
31         pfgui_action('u_edit\r
33 %       hmhm... min idé kommer ej att funka!!\r
36 %handles.filter_objects=filter_objects;\r
37 %handles.filtobj=filter_objects{1};\r
38 %handles.t=0; \r
39 %handles.u=[];\r
40 %handles.y=[];\r
41 %handles.xtrue=[];\r
42 %handles.xhat=[];\r
43 %handles.xpred=[];\r
44 %handles.Ts=[];\r
45 %handles.runs=runs;\r
46 %handles.steps=[];\r
47 %handles.simulation_steps=simulation_steps;\r