MATLAB COMPILER RELEASE NOTES User's Guide Page 91

  • Download
  • Add to my manuals
  • Print
  • Page
    / 716
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 ... 715 716

Comments to this Manuals

No comments