How to change this matrix for expected matrix?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
if true
% code
A= [0,0,0;0,2,3;1,2,3]
Expected A=[3,2,1;3,2,0;0,0,0]
0 Kommentare
Antworten (1)
Siehe auch
Kategorien
Mehr zu Encryption / Cryptography 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!