... ... ... ...

20 vues (au cours des 30 derniers jours)
MatLaBGuYSomewhere
MatLaBGuYSomewhere le 26 Oct 2018
Modifié(e) : MatLaBGuYSomewhere le 8 Oct 2025 à 9:53
DGM a ajouté un drapeau à question

Réponse acceptée

Bruno Luong
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
Bruno Luong
Bruno Luong le 26 Oct 2018
Please accept the answer if it resolves your question. Thanks

Connectez-vous pour commenter.

Plus de réponses (0)

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!

Translated by