rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
rbmatlabdemos_discfunc.m
Go to the documentation of this file.
3 % interactive gui for some discrete function demos
4 
5 % B. Haasdonk 10.9.2013
6 
7 labelList=str2mat( ...
8  'FEM discrete function demo',...
9  'FEM interpolation demo',...
10  'LDG discrete function demo');
11 
12 nameList = [...
13  'demo_femdiscfunc ';
14  'demo_interpol ';
15  'demo_ldgfunc '];
16 
17 wdwlist = [0,0,0];
18 cmdlnwin(labelList, nameList,wdwlist);
19 
20 
21 %| \docupdate
22