how to get xyz value
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
i am new to matlab, how to output calculated value XYZ from RGB value entered from table, what command should i use, thanks!
0 Kommentare
Antworten (1)
David Hill
am 15 Jun. 2021
rgb2xyz(RGB)
2 Kommentare
David Hill
am 16 Jun. 2021
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
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!