MATLAB MAPPING TOOLBOX RELEASE NOTES Podręcznik Użytkownika Strona 88

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 160
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 87
R2010a
11-6
[x,y] = polybool('union', [0 0 1 1], [0 1 1 0], [], [])
The polybool function returns the first input pair: [0 0 1 1], [0 1 1 0]. Now
consider the 'intersection' operation:
[x,y] = polybool('intersection', [0 0 1 1], [0 1 1 0], [], [])
The polybool function returns [], [].
Compatibility Considerations
In previous releases, if one or both pairs of input vertex arrays were empty, the
polybool function would issue an error.
Functions Being Removed
Function Name What Happens When
You Use the Function?
Use This Instead Compatibility
Considerations
etopo5 Errors etopo Replace all existing
instances of etopo5
with etopo.
Przeglądanie stron 87
1 2 ... 83 84 85 86 87 88 89 90 91 92 93 ... 159 160

Komentarze do niniejszej Instrukcji

Brak uwag