从中间切割 matlab 图的命令
我正在尝试绘制数据集,并希望在显示中看到该图的一小部分。问题是数据集很大,当我在整个数据集上运行算法时,绘图中的显着变化并不清晰(视觉上)。这就是为什么我想要在整个数据集上运行该算法,并想要在显示中查看结果图的一部分,比如中间的 10% 的图。谁能帮我把M图从中间剪掉——原来情节的10%?提前致谢。
I am trying to plot a dataset and want to see a small portion of the plot in the display. The problem is that the dataset is huge and when I am running the algorithm on the whole dataset the significant change in the plot is not clear (visually). Thats why I want to run the algorithm on the whole dataset and want to view a portion of the resulting plot in the display, say 10% of the plot from the middle. Can anyone please help me how to cut the M-figure from the middle - 10% of the original plot? Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
假设您正在绘制
x
。Suppose you're plotting
x
.执行
xlim
、ylim
和zlim
做你想做的事吗?Do
xlim
,ylim
andzlim
do what you want?