MATLAB POLYSPACE RELEASE NOTES Manuale Utente Pagina 51

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 240
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 50
More About Matrices and Arrays
k = find(isprime(A))'
picks out the locations, using one-dimensional indexing, of the primes in the
magic square:
k=
2 5 9 1 0 11 13
Display those primes, as a ro w vector in the order determined b y k,with
A(k)
ans =
53211713
When you use k as a left-hand-side index in an assignment statement, the
matrix structure is preserved:
A(k) = NaN
A=
16 NaN NaN NaN
NaN 10 NaN 8
96NaN12
41514 1
2-29
Vedere la pagina 50
1 2 ... 46 47 48 49 50 51 52 53 54 55 56 ... 239 240

Commenti su questo manuale

Nessun commento