Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我可以使用例如以下代码设置 MATLAB 图的缩放状态:
zoom on; zoom(2); % zoom in 2x
我想要实现的是放大图形的特定位置,我将其指定为坐标。我该怎么做?我想一定有一些命令可以让你指定图形平移位置。
set(gca,'xlim',[minx maxx],'ylim',[miny maxy])