Feeds
已回答
axis command fails for log scale
I did a bit more experimenting, and it appears to only be a problem if you set the Y axis limits to zero before changing the Y a...
axis command fails for log scale
I did a bit more experimenting, and it appears to only be a problem if you set the Y axis limits to zero before changing the Y a...
8 years 前 | 0
提问
axis command fails for log scale
figure plot([1 2], [1 2]) axis([0 3 0 3]) axis(gca) set(gca,'yscale','log') %axis auto axis(gca) The seco...
8 years 前 | 2 个回答 | 0