nantight

Sets axis limits to the range of finite data.
398 Downloads
Aktualisiert 5 Aug 2014

Lizenz anzeigen

The nantight function sets axis limits to the range of finite data. (2D plots only.) This is similar to the command axis tight; however, nantight only considers the extent of finite data.
Syntax
nantight
nantight(h)
newaxes = nantight(...)

Description
nantight sets 2D axis limits to the range of fininite data.

nantight(h) performs nantight on an axis given by the handle h.

newaxes = nantight(...) returns the new axis limits in the form newaxes = [xmin xmax ymin ymax].

Zitieren als

Chad Greene (2024). nantight (https://www.mathworks.com/matlabcentral/fileexchange/47452-nantight), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2012b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Axes Appearance finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert von: NaN Suite

Community Treasure Hunt

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

Start Hunting!

nantight documentation/html/

Version Veröffentlicht Versionshinweise
1.1.0.0

Increased robustness.

1.0.0.0