Using matlab, why does something like fts.data work in one directory but not another?
- by CptanPanic
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.