how to get xyz value
    6 views (last 30 days)
  
       Show older comments
    
i am new to matlab, how to output calculated value XYZ from RGB value entered from table, what command should i use, thanks!
0 Comments
Answers (1)
  David Hill
      
      
 on 15 Jun 2021
        rgb2xyz(RGB)
2 Comments
  David Hill
      
      
 on 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
See Also
Categories
				Find more on 2-D and 3-D Plots in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
