Show
Ignore:
Timestamp:
08/20/09 00:54:44 (15 years ago)
Author:
smidl
Message:

bdmtoolbox adapted to shared_ptr, merger_grid (partially) working,

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/tutorial/merging/merge_grid.m

    r409 r568  
    1010 
    1111% support 
    12 support.grid={[-5,5]}; 
    13 support.nbins=[100]; 
     12support.class='rectangular_support'; 
     13support.ranges={[-5,5]}; 
     14support.gridsizes=[100]; 
    1415 
    1516% 1D 
     
    4950type=0; 
    5051if type==0 
    51     support2.grid={[-5,5],[0.001,5]}; 
    52     support2.nbins=[10,10]; 
     52    support2.class='rectangular_support'; 
     53    support2.ranges={[-5,5],[0.001,5]}; 
     54    support2.gridsizes=[10,10]; 
    5355else 
    5456    support2=struct('pdf',...