plse send a code ,how to resize currencies
1 回表示 (過去 30 日間)
古いコメントを表示
<<
>>
回答 (1 件)
Belie
2018 年 3 月 31 日
5 件のコメント
Walter Roberson
2018 年 4 月 28 日
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);
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!