how to specify pcolor color scheme
Hello,
I have 3 matrxies that I want to display using pcolor, where the matrix that identfies the colors, flag1 includes the numbers 1 2 3 – my code right now is as follows-
ma1= pcolor(I0mat,P0mat,flag1);
ma1.FaceAlpha= 0.5;
ma1.EdgeColor=’none’;
I want to specify 3 colors in the view of pcolor, to ideintfy each number, how do i apply this?
Thank you in advanceHello,
I have 3 matrxies that I want to display using pcolor, where the matrix that identfies the colors, flag1 includes the numbers 1 2 3 – my code right now is as follows-
ma1= pcolor(I0mat,P0mat,flag1);
ma1.FaceAlpha= 0.5;
ma1.EdgeColor=’none’;
I want to specify 3 colors in the view of pcolor, to ideintfy each number, how do i apply this?
Thank you in advance Hello,
I have 3 matrxies that I want to display using pcolor, where the matrix that identfies the colors, flag1 includes the numbers 1 2 3 – my code right now is as follows-
ma1= pcolor(I0mat,P0mat,flag1);
ma1.FaceAlpha= 0.5;
ma1.EdgeColor=’none’;
I want to specify 3 colors in the view of pcolor, to ideintfy each number, how do i apply this?
Thank you in advance pcolor, facecolor MATLAB Answers — New Questions