figure;
plot(ebsd,ebsd.bc)
mtexColorMap black2white
temp1=grains.boundary(grains.boundary.phaseId(:,1)==2&grains.boundary.phaseId(:,2)==2);
hold all
ax2=plot(temp1,temp1.misorientation.angle./degree, 'linewidth',2,'FaceAlpha',0.5)
ax2.CDataMapping = 'direct';
hold off