bug on figure with pcolor and imagesc

2 次查看(过去 30 天)
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

回答(1 个)

Image Analyst
Image Analyst 2014-2-3
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.

类别

Help CenterFile Exchange 中查找有关 Orange 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by