Feeds
已回答
Difference between plot(log(x),log(y)) and loglog(x,y)
x = 1:10; y = 1:10:100; figure(1) plot(log(x), log(y)) grid figure(2) loglog(x,y) grid
Difference between plot(log(x),log(y)) and loglog(x,y)
x = 1:10; y = 1:10:100; figure(1) plot(log(x), log(y)) grid figure(2) loglog(x,y) grid
5 years 前 | 0
