Mercurial > hg > ltpda
comparison m-toolbox/classes/+utils/@modules/README_functions.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 any MATLAB function. It will be added to the MATLAB path when | |
2 the extension module is installed. Typically it is better to use MATLAB packages | |
3 to avoid namespace collisions. For example, | |
4 | |
5 my_module/functions/+packageA/@plotting/plotting.m | |
6 my_module/functions/+packageB/@math/math.m | |
7 |