Changeset 690 for applications/bdmtoolbox/tutorial/merging
- Timestamp:
- 11/02/09 13:41:14 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/bdmtoolbox/tutorial/merging/merge_frag.m
r429 r690 1 1 % Random Variables 2 a= struct('class','RV','names',{{'a'}});3 b= struct('class','RV','names',{{'b'}});4 ab= struct('class','RV','names',{{'a','b'}});2 a=RV({'a'}); 3 b=RV({'b'}); 4 ab=RVjoin([a,b]); 5 5 6 6 % Sources