Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to code this equation in matlab?

1 Ansicht (letzte 30 Tage)
Alvin Alvin
Alvin Alvin am 5 Dez. 2019
Kommentiert: Alvin Alvin am 5 Dez. 2019
code.PNG
  3 Kommentare
Alvin Alvin
Alvin Alvin am 5 Dez. 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

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by