当前 matlab 图形的紧边框

发布于 2024-10-05 01:22:46 字数 135 浏览 5 评论 0原文

我知道

imshow('myimage.png','边框','紧');

将会在图像周围形成紧密的边框。但是如果我已经打开了图像怎么办?有没有办法让它有一个紧密的边框?

I know

imshow('myimage.png','border','tight');

will give a tight border around the image. But what if I already have an image open? Is there a way to make it have a tight border?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

翻了热茶 2024-10-12 01:22:46
imshow('coins.png')
set(gca, 'Units', 'normalized', 'Position', [0 0 1 1])
imshow('coins.png')
set(gca, 'Units', 'normalized', 'Position', [0 0 1 1])
他是夢罘是命 2024-10-12 01:22:46

(1) 通过单击图像来选择显示图像的图形的轴。

(2) 在命令行窗口中输入

<块引用>

轴紧

假设这就是您想要做的...从您的问题中不清楚您到底想做什么。

(1) Select the axis of the figure where the image is shown, by clicking over the image.

(2) Type on the Command Window

axis tight

assuming that this is what you wish to do... It was not clear from your question what you exactly wanted to do.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文