Feeds
已回答
Adding numeric values to imagesc
Just use the text function: M = [1,2,3;4,5,6;7,8,9]; figure figure imagesc([1:3],[1:3],M) set(gca,'XTick',[1:3],'YTick',[...
Adding numeric values to imagesc
Just use the text function: M = [1,2,3;4,5,6;7,8,9]; figure figure imagesc([1:3],[1:3],M) set(gca,'XTick',[1:3],'YTick',[...
1 year 前 | 0