Show
Ignore:
Timestamp:
05/12/10 23:02:03 (14 years ago)
Author:
smidl
Message:

matlab class extension for pdf

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/mex/RV.m

    r706 r937  
    22% create RV from cell of names, vector of sizes and vector of time delayes 
    33 
     4if nargin<1 
     5    names=''; 
     6end 
    47r.class='RV'; 
    58if isstr(names)