Show
Ignore:
Timestamp:
06/08/10 17:12:52 (14 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/mex/mex_datasource.h

    r1058 r1060  
    2828        mxArrayDS () : DS() {}; 
    2929 
    30         /*! \brief Create data source from mxArray 
     30        /*! Create object from the following structure 
    3131 
    3232        \code 
    3333        class   = 'mxArrayDS'; 
    34         varname = 'data_matrix';         // name of a workspace variable 
    35         drv     = {class='RV',...}       // names of data in columns 
     34        varname = 'data_matrix';                   % name of a Matlab workspace variable 
     35        -- inherited fields --- 
     36        bdm::DS::from_setting 
     37        drv     = RV({'names',...},[sizes,...]);   % names of data redords in columns 
    3638        \endcode 
    3739