how to find max value on matrix and mark it
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Risma Fitriyani
le 31 Déc 2022
Réponse apportée : Stephen23
le 31 Déc 2022
A = [1 2 3; 2 4 2; 6 4 3] if A is a matrix, how to find max value on A and mark the max value with 1? the output would be like = [0 0 0; 0 0 0; 1 0 0]. does anyone know how to do that? thanks in advance.
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!