Mercurial > hg > ltpda
comparison m-toolbox/classes/+utils/@modules/README_classes.txt @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 Here you can place methods which need to be added to existing LTPDA User Classes. To | |
2 do that, create a directory with the name of the user class, then place new methods | |
3 in that directory. | |
4 | |
5 For example: | |
6 | |
7 my_module/classes/ao/myNewMethod.m | |
8 | |
9 You can also add new LTPDA user classes here. To do that, create a new MATLAB class that | |
10 subclasses ltpda_uoh and implements the necessary abstract methods. For example, | |
11 | |
12 my_module/classes/@MyNewUserClass/ | |
13 | |
14 | |
15 | |
16 |