MATLAB COMPILER RELEASE NOTES Guida Utente Pagina 91

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 716
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 ... 715 716

Commenti su questo manuale

Nessun commento