From: Arsalan on 21 Apr 2010 01:55 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 21 Apr 2010 06:12 "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 21 Apr 2010 11:58 >> 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 21 Apr 2010 13:51 "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
|
Pages: 1 Prev: please help me with deploy tool and fuzzy tool box Next: slow end of simulation using ode15s |