pdetool change axes limits

How to change the x and y axes limits in pdetool by coding in an .m file. the code snippet in help file doesn't seem to work.
set(ax,'XLim',[-10 10]);
set(ax,'YLim',[-10 10]);
set(ax,'XTickMode','auto');
set(ax,'YTickMode','auto');
what should be added before/after this for setting the limits. thanks.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Color and Styling에 대해 자세히 알아보기

질문:

2013년 5월 21일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by