rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
rbmatlabdemos_grid.m
Go to the documentation of this file.
1 function rbmatlabdemos_grid
2 %function rbmatlabdemos_grid
3 % interactive gui for some grid demos
4 
5 % B. Haasdonk 10.9.2013
6 
7 labelList=str2mat( ...
8  'cubegrid demo',...
9  'triagrid demo',...
10  'rectgrid demo');
11 
12 nameList = [...
13  'demo_cubegrid ';
14  'demo_triagrid ';
15  'demo_rectgrid '];
16 
17 wdwlist = [0,0,0];
18 cmdlnwin(labelList, nameList,wdwlist);
function rbmatlabdemos_grid()
interactive gui for some grid demos