Feeds
답변 있음
Changing ylim properties of multiple plotyy figures
Hi, I would also suggest trying this: figure(1), ax=gca; set(ax.YAxis(1),'Limits',[0 1]); set(ax.YAxis(2),'Limits',[0 1]);...
Changing ylim properties of multiple plotyy figures
Hi, I would also suggest trying this: figure(1), ax=gca; set(ax.YAxis(1),'Limits',[0 1]); set(ax.YAxis(2),'Limits',[0 1]);...
대략 7년 전 | 0
