Clear Filters
Clear Filters

plse send a code ,how to resize currencies

1 view (last 30 days)
Belie
Belie on 29 Mar 2018
Commented: Walter Roberson on 28 Apr 2018
<<
>>
  1 Comment
Rik
Rik on 30 Mar 2018
Have a read here and here. It will greatly improve your chances of getting an answer.

Sign in to comment.

Answers (1)

Belie
Belie on 31 Mar 2018
I need your help experts,at 1st I want to determine the dominating colour of the curriencies above.so in what way i will determine?
  5 Comments
Belie
Belie on 28 Apr 2018
the chllenge that I have faced is after determing the dominating colour ,I can't determine the Hue value in HSV
Walter Roberson
Walter Roberson on 28 Apr 2018
If you determine the dominating color as an RGB triple, a vector of three values, then
hsv = rgb2hsv(reshape(RGBTriple, 1, 1, 3));
dominant_hue = hsv(:,:,1);

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!