Mercurial > hg > ltpda
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:f0afece42f48 | 43:bc767aaa99a8 |
---|---|
18 % mdlfile - model xml file of the LTPDAworkbench | 18 % mdlfile - model xml file of the LTPDAworkbench |
19 % name - name of the object | 19 % name - name of the object |
20 % plotinfo - plist with the plot information | 20 % plotinfo - plist with the plot information |
21 % procinfo - plist with additional information for an object. | 21 % procinfo - plist with additional information for an object. |
22 % | 22 % |
23 % VERSION: $Id: ltpda_uoh.m,v 1.64 2011/09/16 04:59:23 hewitson Exp $ | 23 % VERSION: $Id: ltpda_uoh.m,v 1.65 2011/12/02 09:03:42 hewitson Exp $ |
24 % | 24 % |
25 % SEE ALSO: ltpda_obj, ltpda_uo, ltpda_tf, ltpda_filter, | 25 % SEE ALSO: ltpda_obj, ltpda_uo, ltpda_tf, ltpda_filter, |
26 % ao, miir, mfir, filterbank, timespan, pzmodel, history, ssm, | 26 % ao, miir, mfir, filterbank, timespan, pzmodel, history, ssm, |
27 % parfrac, rational, smodel, pest, matrix, collection | 27 % parfrac, rational, smodel, pest, matrix, collection |
28 % | 28 % |
155 function ii = getInfo(varargin) | 155 function ii = getInfo(varargin) |
156 ii = utils.helper.generic_getInfo(varargin{:}, 'ltpda_uoh'); | 156 ii = utils.helper.generic_getInfo(varargin{:}, 'ltpda_uoh'); |
157 end | 157 end |
158 | 158 |
159 function out = VEROUT() | 159 function out = VEROUT() |
160 out = '$Id: ltpda_uoh.m,v 1.64 2011/09/16 04:59:23 hewitson Exp $'; | 160 out = '$Id: ltpda_uoh.m,v 1.65 2011/12/02 09:03:42 hewitson Exp $'; |
161 end | 161 end |
162 | 162 |
163 function out = SETS() | 163 function out = SETS() |
164 out = SETS@ltpda_uo; | 164 out = SETS@ltpda_uo; |
165 end | 165 end |
200 end | 200 end |
201 | 201 |
202 function pl = removeGlobalKeys(pl) | 202 function pl = removeGlobalKeys(pl) |
203 pl.remove('name'); | 203 pl.remove('name'); |
204 pl.remove('description'); | 204 pl.remove('description'); |
205 pl.remove('plotinfo'); | |
205 end | 206 end |
206 end | 207 end |
207 | 208 |
208 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | 209 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
209 % Methods (static) % | 210 % Methods (static) % |