plse send a code ,how to resize currencies
1 view (last 30 days)
Show older comments
<<
>>
Answers (1)
Belie
on 31 Mar 2018
5 Comments
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);
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!