Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

How to code this equation in matlab?

1 vue (au cours des 30 derniers jours)
Alvin Alvin
Alvin Alvin le 5 Déc 2019
Commenté : Alvin Alvin le 5 Déc 2019
code.PNG
  3 commentaires
Alvin Alvin
Alvin Alvin le 5 Déc 2019
this equation for convert HSV to RGB, i have done code this
C = F.*saturationValue;
Y = mod(hueValue1/60,2)-1;
l = abs(Y);
X = C.*(1-l);
m = F-C;
but i confused with that equation how to code

Réponses (0)

Cette question est clôturée.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by