how to get xyz value
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i am new to matlab, how to output calculated value XYZ from RGB value entered from table, what command should i use, thanks!
0 commentaires
Réponses (1)
David Hill
le 15 Juin 2021
rgb2xyz(RGB)
2 commentaires
David Hill
le 16 Juin 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
Voir également
Catégories
En savoir plus sur Graphics Object Programming dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!