Using matlab, why does something like fts.data work in one directory but not another?
        Posted  
        
            by CptanPanic
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by CptanPanic
        
        
        
        Published on 2010-06-05T20:28:26Z
        Indexed on 
            2010/06/05
            20:32 UTC
        
        
        Read the original article
        Hit count: 376
        
matlab
|matlab-toolbox
I am working with the finacial tooldbox that has a type called FINTS, If I copy some code out of its toolbox directory to customize it, when I try do do something like fts.data, I get The specified field, 'data', does not exist in the object.  But the same thing works fine in the matlab library directory.  They are both in my path, so what else do I need to change?
Thanks.
© Stack Overflow or respective owner