rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
rbmatlabdemos.m
Go to the documentation of this file.
1 function rbmatlabdemos
2 %function rbmatlabdemos
3 % allows interactive choice of some rbmatlab demos subgroups
4 
5 % B. Haasdonk 10.9.2013
6 
7 labelList=str2mat( ...
8  'elementary demos', ...
9  'grid demos',...
10  'discrete function demos',...
11  'detailed simulation demos',...
12  'RB simulation demos 1/2',...
13  'RB simulation demos 2/2'...
14  );
15 
16 nameList = [...
17  'rbmatlabdemos_elementary ';
18  'rbmatlabdemos_grid ';
19  'rbmatlabdemos_discfunc ';
20  'rbmatlabdemos_detailed ';
21  'rbmatlabdemos_rb_part1 ';
22  'rbmatlabdemos_rb_part2 '...
23  ];
24 
25 wdwlist = [0,0,0,0,0,0];
26 cmdlnwin(labelList, nameList,wdwlist);
27 
28 %| \docupdate
function rbmatlabdemos()
allows interactive choice of some rbmatlab demos subgroups
Definition: rbmatlabdemos.m:17