How do I convert the vector to matrix 16 * 16
Mostra commenti meno recenti
Can anyone help me
In this function i have vector , i want convert the vector to matrix 16 * 16
function inv_s_box = s_box_inversion (s_box)
for i = 1 : 256
inv_s_box(s_box(i) + 1) = i ;%- 1;
end
Risposta accettata
Più risposte (2)
William Rose
il 4 Mar 2021
sarah
il 5 Mar 2021
0 voti
Categorie
Scopri di più su Convert Image Type in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!