Filter löschen
Filter löschen

Adjusting axis limits

2 Ansichten (letzte 30 Tage)
Jared
Jared am 3 Nov. 2011
I am trying to have the axis limits automatically adjust. I know they do by default, but they way it does it, the extreme data points are right on the edge of the plot. Is there any way to specify a margin?
I looked in axis properties but didn't see anything.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 3 Nov. 2011
No, there is no mechanism for specifying a margin.
  3 Kommentare
Walter Roberson
Walter Roberson am 3 Nov. 2011
max(YourData(isfinite(YourData(:)))
Or use NaN instead of inf, as max() ignores NaN.
Jan
Jan am 3 Nov. 2011
Exactly for this task I'm using MinMaxElem(Y, 'finite'): http://www.mathworks.com/matlabcentral/fileexchange/30963-minmaxelem .

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Visual Exploration finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by