nantight

Sets axis limits to the range of finite data.

您现在正在关注此提交

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

引用格式

Chad Greene (2026). nantight (https://ww2.mathworks.cn/matlabcentral/fileexchange/47452-nantight), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: NaN Suite

类别

Help CenterMATLAB Answers 中查找有关 Axes Appearance 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.1.0.0

Increased robustness.

1.0.0.0