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