Feeds
답변 있음
How to define the upper limit of y-scale in a log plot
Hi, Please try this code: set(gca, 'YScale', 'log') ylim([0 1e-5])
How to define the upper limit of y-scale in a log plot
Hi, Please try this code: set(gca, 'YScale', 'log') ylim([0 1e-5])
대략 3년 전 | 0
