How to set my own row and column labels in 'imagesc' fcn
Show older comments
I would like to set my own row and column labels in imagesc function. How to simply do this. My row and column labels are numbers not a string.
Answers (1)
rifat
on 1 Sep 2013
0 votes
Are you talking about labels or XTickLabels?
If it about labels then you can simply change it by using xlabel command and convert the numbers into strings by num2str
Categories
Find more on Data Distribution Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!