Delete all values except the max value
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Dion Theunissen
am 1 Mär. 2021
Kommentiert: Dion Theunissen
am 1 Mär. 2021
Hi,
I have a 10x10 matrix Y. Now i want to make all elements 0 except the highes value of a row. So for example I have a matrix:
A = [3,10,8
4,8,1]
I want
B = [0,10,0
0,8,0]
Thanks
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Matrices and Arrays 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!