MATLAB COMPILER RELEASE NOTES Guida Utente Pagina 220

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 716
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 219
1 2 ... 215 216 217 218 219 220 221 222 223 224 225 ... 715 716

Commenti su questo manuale

Nessun commento