how to assign a color to specific values in matrix

1 visualización (últimos 30 días)
baran
baran el 15 de Sept. de 2014
Comentada: Image Analyst el 15 de Sept. de 2014
hi , i have excel file, i am trying to write a code that find same values in my excel file and assign color to each same values, for example for all "1" assign red. and then make a plot for me,
please help me thank alot

Respuesta aceptada

Image Analyst
Image Analyst el 15 de Sept. de 2014
You'll need to use ActiveX. How familiar are you with ActiveX? You can record a macro to do the same thing in Excel then look at the VBA code in Excel and try to copy it over to your MATLAB code. See my ActiveX demo, attached.
  2 comentarios
baran
baran el 15 de Sept. de 2014
thanks but is there any other way? i dont understand how can i use your exceldemo for my problem. what i should change in this file? is there any easier way? thanks so much
Image Analyst
Image Analyst el 15 de Sept. de 2014
No. MATLAB has no way to directly change the color of cells in Excel other than ActiveX, none that are practical or easier anyway. Perhaps you want to make an Excel macro that your user can run to colorize the cells that need coloring.

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by