Feeds
已回答
Subplots with equal "nice" y-axes -- is there a function?
subplot(1,2,1);plot(t,x); y1=ylim %gets current limits subplot(1,2,2);plot(t2,x2); ylim(y1) %sets li...
Subplots with equal "nice" y-axes -- is there a function?
subplot(1,2,1);plot(t,x); y1=ylim %gets current limits subplot(1,2,2);plot(t2,x2); ylim(y1) %sets li...
7 years 前 | 5
