フィルターのクリア

pdetool change axes limits

1 回表示 (過去 30 日間)
Rajesh Acharya
Rajesh Acharya 2013 年 5 月 21 日
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 件)

カテゴリ

Help Center および File ExchangeDigital and Analog Filters についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by