Tamar Regev
Followers: 0 Following: 0
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',[...
9 months 前 | 0