What will be the output of of CD(1:8:8*16)=ciphertext

1 visualizzazione (ultimi 30 giorni)
What is the result of CD(1:8:8*16)=ciphertext ? Not able to interpret this.
  1 Commento
Walter Roberson
Walter Roberson il 15 Lug 2019
Imagine that CD is an array that is 8 x 16. Then that operation would be the same as storing values to the entire first row.

Accedi per commentare.

Risposta accettata

Guillaume
Guillaume il 15 Lug 2019
Modificato: Guillaume il 16 Lug 2019
It simply replaces elements 1,9,17, 25, ..., 121 of CD by the elements of ciphertext. Since that's 16 elements of CD that are replaced, if ciphertext does not have exactly 16 elements, the line is an error.
If CD is an 8x16 matrix, then as Walter commented, this replace the first row of CD. And in that case CD(1, :) = ciphertext would have been clearer.

Più risposte (0)

Categorie

Scopri di più su Interactive Control and Callbacks in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by