how to get xyz value

1 visualizzazione (ultimi 30 giorni)
thelong le
thelong le il 15 Giu 2021
Commentato: David Hill il 16 Giu 2021
i am new to matlab, how to output calculated value XYZ from RGB value entered from table, what command should i use, thanks!

Risposte (1)

David Hill
David Hill il 15 Giu 2021
rgb2xyz(RGB)
  2 Commenti
thelong le
thelong le il 16 Giu 2021
i understand rgb2xyz(RGB) command help to convert color space, but i want to know the xyz value show specific value, do you have any advice for me? thanks!
David Hill
David Hill il 16 Giu 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

Accedi per commentare.

Categorie

Scopri di più su Modify Image Colors in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by