Mercurial > hg > ltpda
diff m-toolbox/classes/@ltpda_uoh/ltpda_uoh.m @ 43:bc767aaa99a8
CVS Update
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Tue, 06 Dec 2011 11:09:25 +0100 |
parents | f0afece42f48 |
children |
line wrap: on
line diff
--- a/m-toolbox/classes/@ltpda_uoh/ltpda_uoh.m Wed Nov 23 19:22:13 2011 +0100 +++ b/m-toolbox/classes/@ltpda_uoh/ltpda_uoh.m Tue Dec 06 11:09:25 2011 +0100 @@ -20,7 +20,7 @@ % plotinfo - plist with the plot information % procinfo - plist with additional information for an object. % -% VERSION: $Id: ltpda_uoh.m,v 1.64 2011/09/16 04:59:23 hewitson Exp $ +% VERSION: $Id: ltpda_uoh.m,v 1.65 2011/12/02 09:03:42 hewitson Exp $ % % SEE ALSO: ltpda_obj, ltpda_uo, ltpda_tf, ltpda_filter, % ao, miir, mfir, filterbank, timespan, pzmodel, history, ssm, @@ -157,7 +157,7 @@ end function out = VEROUT() - out = '$Id: ltpda_uoh.m,v 1.64 2011/09/16 04:59:23 hewitson Exp $'; + out = '$Id: ltpda_uoh.m,v 1.65 2011/12/02 09:03:42 hewitson Exp $'; end function out = SETS() @@ -202,6 +202,7 @@ function pl = removeGlobalKeys(pl) pl.remove('name'); pl.remove('description'); + pl.remove('plotinfo'); end end