フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to code this equation in matlab?

1 回表示 (過去 30 日間)
Alvin Alvin
Alvin Alvin 2019 年 12 月 5 日
コメント済み: Alvin Alvin 2019 年 12 月 5 日
code.PNG
  3 件のコメント
Walter Roberson
Walter Roberson 2019 年 12 月 5 日
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