rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules 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  'FEM (generic) DiscFunc demo');
12 
13 nameList = [...
14  'demo_femdiscfunc ';
15  'demo_interpol ';
16  'demo_ldgfunc ';
17  'demo_fem2_discfunc'];
18 
19 wdwlist = [0,0,0,0];
20 cmdlnwin(labelList, nameList,wdwlist);
21 
22 
23 %| \docupdate
24 
function rbmatlabdemos_discfunc()
interactive gui for some discrete function demos