MATLAB COMPILER RELEASE NOTES Guide de l'utilisateur Page 179

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 716
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 178
1 2 ... 174 175 176 177 178 179 180 181 182 183 184 ... 715 716

Commentaires sur ces manuels

Pas de commentaire