Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to code this equation in matlab?

1 次查看(过去 30 天)
code.PNG
  3 个评论
Alvin Alvin
Alvin Alvin 2019-12-5
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

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by