Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to code this equation in matlab?

1 visualización (últimos 30 días)
Alvin Alvin
Alvin Alvin el 5 de Dic. de 2019
Comentada: Alvin Alvin el 5 de Dic. de 2019
code.PNG
  3 comentarios
Alvin Alvin
Alvin Alvin el 5 de Dic. de 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

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by