필터 지우기
필터 지우기

plse send a code ,how to resize currencies

조회 수: 1 (최근 30일)
Belie
Belie 2018년 3월 29일
댓글: Walter Roberson 2018년 4월 28일
<<
>>
  댓글 수: 1
Rik
Rik 2018년 3월 30일
Have a read here and here. It will greatly improve your chances of getting an answer.

댓글을 달려면 로그인하십시오.

답변 (1개)

Belie
Belie 2018년 3월 31일
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
Belie
Belie 2018년 4월 28일
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 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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by