how to assign a color to specific values in matrix

조회 수: 1 (최근 30일)
baran
baran 2014년 9월 15일
댓글: Image Analyst 2014년 9월 15일
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

채택된 답변

Image Analyst
Image Analyst 2014년 9월 15일
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
baran
baran 2014년 9월 15일
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 2014년 9월 15일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 ActiveX에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by