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개월 전 | 0