Community Profile

photo

Rongxing Hu


Last seen: 5 månader ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer
  • First Review

View badges

Feeds

View by

Answered
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...

nästan 2 år ago | 0

Question


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.

nästan 2 år ago | 1 answer | 0

1

answer