From: tracy on
Hello,

I have a question that I am hoping someone here can help me with. I have a 82*100 matrix and for each row, I want to specify a certain range of values (3 different ranges) a specific color AND these ranges change for each row. For example, say anything in (1,:) is between -400: -100 I want it to be blue, and anything between -100: 500 to be black, and anything between 500: 800 I want to be red. Then for (2,:), I have a different group of rangers to be those three colors. Does anyone have any idea how to do this?


Thanks so much in advance,

Tracy