how to get xyz value
3 次查看(过去 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!