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年弱 前 | 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年弱 前 | 2 件の回答 | 0