Initial commit
[pftoolbox.git] / GUI / test0.m
blob695a91cf5eb739cc7af7dfa02941b9deb34d3393
1 % Just a test script.\r
2 \r
3 % Toolbox for nonlinear filtering.\r
4 % Copyright (C) 2005  Jakob Rosén <jakob.rosen@gmail.com>\r
5 %\r
6 % This program is free software; you can redistribute it and/or\r
7 % modify it under the terms of the GNU General Public License\r
8 % as published by the Free Software Foundation; either version 2\r
9 % of the License, or (at your option) any later version.\r
10 %\r
11 % This program is distributed in the hope that it will be useful,\r
12 % but WITHOUT ANY WARRANTY; without even the implied warranty of\r
13 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
14 % GNU General Public License for more details.\r
15 %\r
16 % You should have received a copy of the GNU General Public License\r
17 % along with this program; if not, write to the Free Software\r
18 % Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\r
20 close all;\r
21 pline=xsymbolic({'x1+x2+x3','x1*x2*x3','x1-x2-x3'},{'x1','x2','x3'},{'u1','u2'},{'w1'});\r
22 xsymbolic_edit('init',figure,pline,'test','msgbox(''Callback!'')');\r