Changeset 2764
- Timestamp:
- 01/05/10 07:05:14 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/parametercontrolB.m
r2732 r2764 2 2 %PARAMETERCONTROLB - control method on B parameterization 3 3 % 4 % It is possible to specify the number of steps, values for the 5 % minimum and maximum values of B, specify a noise dampening, the 6 % kind of fit to use or the the optscal. 7 % 4 8 % Usage: 5 9 % md=parametercontrolB(md,varargin) 10 % 11 % Example: 12 % md=parametercontrolB(md) 13 % md=parametercontrolB(md,'nsteps',20,'cm_noisedmp',10^-15,'fit',0) 14 % md=parametercontrolB(md,'cm_min',10,'cm_max',10^8,'cm_jump',0.99,'maxiter',20) 15 % md=parametercontrolB(md,'cm_maxdmp_value',5*10^8,'cm_maxdmp_slope',10^-20,,'cm_mindmp_value',10^7,'cm_mindmp_slope',10^-17) 16 % md=parametercontrolB(md,eps_cm',10^-4,'optscal',[10^7 10^8]) 6 17 7 18 %process options
Note:
See TracChangeset
for help on using the changeset viewer.