Skip to content
  • Stéphane Adjemian's avatar
    Fixed issue with overloaded struct function. · 75ce34cc
    Stéphane Adjemian authored
    Created instead a new function dseries2struct, which can be called as:
    
    >> o = dseries(randn(10,2));
    >> s = o.struct();
    
    Also
    
     + Added a routine to create a dseries object from a structure (if all
     required field are available).
    
     + Added the possibility to instantiate a dseries object from a structure.
    75ce34cc