Feeds
답변 있음
edgecolor of pixels of imagesc
You could use plot to add the edge lines edge_x = repmat( [0:length(xdata)]+0.5, length(ydata)+1,1) edge_y = transpose( repmat...
edgecolor of pixels of imagesc
You could use plot to add the edge lines edge_x = repmat( [0:length(xdata)]+0.5, length(ydata)+1,1) edge_y = transpose( repmat...
3년 초과 전 | 1
질문
How to plot the on-off status matrix with elements displayed
I want to plot a figure like this with matlab. The elements are presented and marked with differetn colors.
3년 초과 전 | 답변 수: 1 | 0

