how to get xyz value
조회 수: 2 (최근 30일)
이전 댓글 표시
i am new to matlab, how to output calculated value XYZ from RGB value entered from table, what command should i use, thanks!
댓글 수: 0
답변 (1개)
David Hill
2021년 6월 15일
rgb2xyz(RGB)
댓글 수: 2
David Hill
2021년 6월 16일
I am having a hard time understanding your question.
%if rgb=[50 60 70], then
xyz=rgb2xyz(rgb)%xyz values will be the output of the function
참고 항목
카테고리
Help Center 및 File Exchange에서 Graphics Object Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!