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

1 Ansicht (letzte 30 Tage)
Jayashree Walimbe
Jayashree Walimbe am 15 Jul. 2019
Kommentiert: Guillaume am 16 Jul. 2019
What is the result of CD(1:8:8*16)=ciphertext ? Not able to interpret this.
  1 Kommentar
Walter Roberson
Walter Roberson am 15 Jul. 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.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Guillaume
Guillaume am 15 Jul. 2019
Bearbeitet: Guillaume am 16 Jul. 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.
  2 Kommentare
Walter Roberson
Walter Roberson am 15 Jul. 2019
It is 16 elements, Guillaume, not 15.
Guillaume
Guillaume am 16 Jul. 2019
@Walter. Indeed! I don't know what I was thinking. Fixed now.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by