how to get xyz value
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
i am new to matlab, how to output calculated value XYZ from RGB value entered from table, what command should i use, thanks!
0 Commenti
Risposte (1)
David Hill
il 15 Giu 2021
rgb2xyz(RGB)
2 Commenti
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
Vedere anche
Categorie
Scopri di più su Graphics Object Programming in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!