... ... ... ...
20 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MatLaBGuYSomewhere
le 26 Oct 2018
Modifié(e) : MatLaBGuYSomewhere
le 8 Oct 2025 à 9:53
DGM
a ajouté un drapeau à question
0 commentaires
Réponse acceptée
Bruno Luong
le 26 Oct 2018
Modifié(e) : Bruno Luong
le 26 Oct 2018
Not sure what is your expectation, and intention but shooting on the dark, try to replace
c = c./max(c);
with
c = c./max(c(:));
1 commentaire
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Logical 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!