MATLAB COMPILER RELEASE NOTES Guide de l'utilisateur Page 91

  • 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 90
Mathematics
2-13
round(pi,2,'significant')
ans =
3.1000
boundary function and alphaShape class for creating a conforming
boundary around a discrete set of points
The boundary function and alphaShape class create enveloping boundaries, polygons, or
polyhedra around a discrete set of 2-D or 3-D points, including options for tightening or
loosening the boundaries around the points.
cummin and cummax functions for computing cumulative minimum and
maximum of an array
The cummax and cummin functions compute the cumulative maximum and minimum
values in an array. For example,
A = magic(4)
A =
16 2 3 13
5 11 10 8
9 7 6 12
4 14 15 1
B = cummin(A)
B =
16 2 3 13
5 2 3 8
5 2 3 8
4 2 3 1
C = cummax(A)
C =
16 2 3 13
16 11 10 13
Vue de la page 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 ... 715 716

Commentaires sur ces manuels

Pas de commentaire