root/applications/bdmtoolbox/tutorial/userguide/RV.m @ 615

Revision 615, 138 bytes (checked in by smidl, 15 years ago)

tutorial examples

Line 
1function r=RV(names,sizes,times);
2
3r.class='RV';
4r.names=names;
5
6if nargin>1
7    r.sizes = sizes;
8end
9if nargin>2
10    r.times = times;
11end
Note: See TracBrowser for help on using the browser.