Changeset 414

Show
Ignore:
Timestamp:
07/14/09 15:06:48 (15 years ago)
Author:
smidl
Message:

details

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/tutorial/estimation/arx_test.m

    r412 r414  
    22u = struct('class','RV','names',{{'u'}});  
    33yu = struct('class','RV','names',{{'y','u'}});  
    4 rgr= struct('class','RV','names',{{'y', 'y','y','u'}},... 
     4rgr= struct('class','RV',... 
     5        'names',{{'y', 'y','y','u'}},... 
    56                'times' , [-1, -2, -3, -1]); 
    67 
  • library/bdm/mex/mex_logger.h

    r384 r414  
    4343        public: 
    4444        //! constructor 
    45         mexlog(): memlog(0,"mx"){}; 
     45        mexlog(): memlog(0,""){}; 
    4646        //! 
    4747        mxArray* toCell(){