rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
rbmatlabdemos_detailed.m
Go to the documentation of this file.
3 % interactive gui for some high dimensional simulation demos
4 
5 % B. Haasdonk 10.9.2013
6 
7 labelList=str2mat( ...
8  'detailed gui demo',...
9  'explicit FV scheme',...
10  'finite element scheme',...
11  );
12 
13 nameList = [...
14  'demo_detailed_gui ';
15  'demo_explicit_FV ';
16  'demo_fem '];
17 
18 wdwlist = [0,0,0];
19 cmdlnwin(labelList, nameList,wdwlist);