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!