From: Arsalan on
Question:
If I want to add methods to the older version classes like FINTS class, can I write these methods in different location (my own proposed location) rather than in Matlab own class directory (in this case, I don't want to add my methods to financial toolbox FINTS folder!) .
From: Oskar Vivero on
"Arsalan " <afarrokh(a)phn.com> wrote in message <hqm3vo$5tr$1(a)fred.mathworks.com>...
> Question:
> If I want to add methods to the older version classes like FINTS class, can I write these methods in different location (my own proposed location) rather than in Matlab own class directory (in this case, I don't want to add my methods to financial toolbox FINTS folder!) .

Yes, you can do that. If you add the folder location to the path matlab will be able to call your functions without a problem.
From: Arsalan on
>>

Adding the folder location wouldn't do anything b/c from a remote folder you can't
access the internal properties of the object, say for fints "data" and "names" properties.








"Oskar Vivero" <oskar.vivero.nospam(a)gmail.com> wrote in message <hqmj2b$pgh$1(a)fred.mathworks.com>...
> "Arsalan " <afarrokh(a)phn.com> wrote in message <hqm3vo$5tr$1(a)fred.mathworks.com>...
> > Question:
> > If I want to add methods to the older version classes like FINTS class, can I write these methods in different location (my own proposed location) rather than in Matlab own class directory (in this case, I don't want to add my methods to financial toolbox FINTS folder!) .
>
> Yes, you can do that. If you add the folder location to the path matlab will be able to call your functions without a problem.
From: Steven Lord on

"Arsalan " <afarrokh(a)phn.com> wrote in message
news:hqn7ac$3o0$1(a)fred.mathworks.com...
>>>
>
> Adding the folder location wouldn't do anything b/c from a remote folder
> you can't access the internal properties of the object, say for fints
> "data" and "names" properties.

See page 1-8 of the older documentation linked from the bottom of this page:

http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_oop/brqzfth-1.html

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ