get_pars_g

Obtains parameters from growth data at one food level

Contents

Syntax

[par, U0b] = get_pars_g (p)

Description

Obtains parameters from growth data at one food level Maturity and somatic maitenance rate coefficients are equal.

Input

Output

  1 VHb   % scaled maturity at birth
  2 g     % energy investment ratio
  3 kM    % somatic maintenance rate coefficient
  4 v     % energy conductance

Remarks

called by get_pars_r
Function <iget_pars_g.html iget_pars_g> is inverse.

Example of use

See mydata_get_pars

[p, flag, info] = fsolve('fnget_pars_g',p(:,1));