Clear Filters
Clear Filters

pdetool change axes limits

1 view (last 30 days)
Rajesh Acharya
Rajesh Acharya on 21 May 2013
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.

Answers (0)

Categories

Find more on Digital and Analog Filters in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!