Mercurial > hg > ltpda
diff m-toolbox/test/test_ao_attachm.m @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/m-toolbox/test/test_ao_attachm.m Wed Nov 23 19:22:13 2011 +0100 @@ -0,0 +1,18 @@ +% Test script for ao/attachm +% +% M Hewitson 23-02-08 +% +% $Id: test_ao_attachm.m,v 1.2 2009/02/02 15:20:38 hewitson Exp $ +% + +function a_out = test_ao_attachm + + a1 = ao(plist('tsfcn', 'sin(2*pi*0.1*t)', 'nsecs', 100, 'fs', 10)); + + a1 = attachm(a1, mfilename); + + a1.mfile + + save(a1, 'a1.xml') + +end \ No newline at end of file