MATLAB COMPILER RELEASE NOTES Podręcznik Użytkownika Strona 220

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 716
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 219
R2012a
7-10
input argument to unique, union, intersect, setdiff, setxor, and ismember. For
example:
[C,IA,IC] = unique([9 9 1],'R2012a')
C =
1 9
IA =
3
1
IC =
2
2
1
If the changes adversely affect your code, you can specify 'legacy' to preserve the
current behavior. For example:
[C,IA,IC] = unique([9 9 1],'legacy')
C =
1 9
IA =
3 2
IC =
2 2 1
Przeglądanie stron 219
1 2 ... 215 216 217 218 219 220 221 222 223 224 225 ... 715 716

Komentarze do niniejszej Instrukcji

Brak uwag