フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to use pcolor with putting color smoothly?

1 回表示 (過去 30 日間)
keisuke shimokawa
keisuke shimokawa 2017 年 12 月 19 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi,
I'd like to ask you the difference between matlab and gnuplot.
When I use plot like pcolor in gnuplot, gnuplot automatically adjust the values to show lattice-like values smoothly.
When I use pcolor to color in an array in Matlab, for example, I can get the figure attached.
How to color in some values with pcolor smoothly in the red region like gnuplot doing this?
Thanks

回答 (1 件)

Image Analyst
Image Analyst 2017 年 12 月 19 日
How do I know that's actually not really in the data and being shown accurately. Please attach your gray scale image.
Of course you could blur your image before displaying it. And you should display with imshow(), not pcolor(). pcolor() will not display the last row and last column of the image (try it with a small image of 4 rows and 4 columns just to prove it to yourself)!

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!