Changeset 2764


Ignore:
Timestamp:
01/05/10 07:05:14 (15 years ago)
Author:
seroussi
Message:

added examples with the possible options of parametercontrolB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/parametercontrolB.m

    r2732 r2764  
    22%PARAMETERCONTROLB - control method on B parameterization
    33%
     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%   
    48%   Usage:
    59%       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])
    617
    718%process options
Note: See TracChangeset for help on using the changeset viewer.