nantight

Sets axis limits to the range of finite data.

Ahora está siguiendo esta publicación

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].

Citar como

Chad Greene (2026). nantight (https://es.mathworks.com/matlabcentral/fileexchange/47452-nantight), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspirado por: NaN Suite

Categorías

Más información sobre Axes Appearance en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.1.0.0

Increased robustness.

1.0.0.0