gpt4 book ai didi

image - 在 MATLAB imagesc 函数中显示网格线

转载 作者:太空宇宙 更新时间:2023-11-03 20:11:42 26 4
gpt4 key购买 nike

我一直在尝试使用 imagesc 函数显示纯黑色网格线,这样每个像素周围都有一个黑色边界。我尝试了几种方法,但似乎无论如何,线条总是穿过像素。例如,对于 imagesc(randn(21,21)),我试图得到一个图,其中每个正方形(即像素)都有黑色边框。

我在这里找到了一个解决方案:In matlab, how to draw a grid over an image ,但我不确定如何让它与 imagesc 一起使用,而不是 .jpg 图像。

我也尝试过使用 hold on 功能手动放置线条。但是每一个解决方案,似乎网格线都穿过像素的中间。任何帮助,将不胜感激。谢谢。

最佳答案

pcolor正是这样做的:

pcolor(randn(15,21))
axis image %// equal scale on both axes
axis ij %// use if you want the origin at the top, like with imagesc

enter image description here

关于image - 在 MATLAB imagesc 函数中显示网格线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30366208/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com