当前 matlab 图形的紧边框
我知道
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
(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
assuming that this is what you wish to do... It was not clear from your question what you exactly wanted to do.