bug on figure with pcolor and imagesc

1 view (last 30 days)
Kobi
Kobi on 3 Feb 2014
Answered: Image Analyst on 3 Feb 2014
as you can see from the attached screanshot i have this bug all the charecters are the values of the axis that i input inside the plot in other computers with the same matlab version 2012b everything is ok what is the problem? and how can i fix this?
i tried to install java and windows updates but still i have this bug

Answers (1)

Image Analyst
Image Analyst on 3 Feb 2014
You forgot to give your code so we don't know what you're doing wrong. By the way, pcolor does not display all the rows and columns in your matrix - it crops off the last row and last column. And imagesc applies a colormap by default that may not be what you want. I'd use imshow() or image() instead of either of those.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!