How do I convert the vector to matrix 16 * 16
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (2)
William Rose
le 4 Mar 2021
sarah
le 5 Mar 2021
0 votes
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!