MATLAB COMPILER RELEASE NOTES Guia do Utilizador Página 179

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 716
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 178
Mathematics
5-19
Functionality What Happens
When You
Use This
Functionality
Use This Instead Compatibility Considerations
'RelTol' name-value pair
arguments.
For example, replace q =
quadl(fun,a,b,tol)
with q = integral(fun,
a, b, 'AbsTol', tol,
'RelTol', tol).
quadv Still runs integral with the
'ArrayValued',true
name-value pair argument
Replace all instances
of quadv with
integral using the
'ArrayValued',true
name-value pair argument.
dblquad Still runs integral2 Replace all instances of
dblquad with integral2.
If there are discontinuities
in the interior of the
region of integration,
replace dblquad with
integral2 using the
'method','iterated'
name-value pair argument.
triplequad Still runs integral3 Replace all instances
of triplequad with
integral3.
If there are discontinuities
in the interior of the
region of integration,
replace triplequad with
integral3 using the
'method','iterated'
name-value pair argument.
Vista de página 178
1 2 ... 174 175 176 177 178 179 180 181 182 183 184 ... 715 716

Comentários a estes Manuais

Sem comentários