Mercurial > hg > ltpda
annotate m-toolbox/test/history_class_test_2.m @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
rev | line source |
---|---|
0 | 1 function history_class_test_2() |
2 | |
3 % More comprehensive test of history class to simulate | |
4 % algorithm pipeline being applied. | |
5 % | |
6 % M Hewitson 30-01-07 | |
7 % | |
8 % OBSOLETE - Converted to simple tests just to leave them in place | |
9 % | |
10 % $Id: history_class_test_2.m,v 1.4 2008/06/13 13:51:24 hewitson Exp $ | |
11 % | |
12 | |
13 t = time(); | |
14 h = history(t.utc_epoch_milli, minfo, plist, [], []) | |
15 | |
16 % END |