Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How to code this equation in matlab?

1 visualizzazione (ultimi 30 giorni)
Alvin Alvin
Alvin Alvin il 5 Dic 2019
Commentato: Alvin Alvin il 5 Dic 2019
code.PNG
  3 Commenti
Alvin Alvin
Alvin Alvin il 5 Dic 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

Risposte (0)

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by