how to get color name as output corresponding to it vector as input

6 visualizaciones (últimos 30 días)
Rohan Singla
Rohan Singla el 16 de Dic. de 2020
Editada: Vinay Ramesh el 22 de Dic. de 2020
for eg if i give input vector a=[1,0,0] the output shold be color name corresponding to this vector

Respuestas (1)

Vinay Ramesh
Vinay Ramesh el 18 de Dic. de 2020
Editada: Vinay Ramesh el 22 de Dic. de 2020
Doesn't look like there is a built in MATLAB function which takes the RGB vector as input and gives the corresponding long or short name of the color as output. You could see the list of eight predefined colors with their RGB triplet equivalents, short names and longnames in the below documentation link
Also, here is the link to a Blog post on a File Exchange community pick about the conversion between RGB and color names. https://blogs.mathworks.com/pick/2019/04/26/convert-between-rgb-and-color-names/
Hope it helps!

Categorías

Más información sobre Colormaps en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by