Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How to code this equation in matlab?

1 view (last 30 days)
Alvin Alvin
Alvin Alvin on 5 Dec 2019
Commented: Alvin Alvin on 5 Dec 2019
code.PNG
  3 Comments
Alvin Alvin
Alvin Alvin on 5 Dec 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

Answers (0)

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!