range_on_axis

バージョン 1.0.0.0 (2.25 KB) 作成者: M MA
Axis data range (with PropName,PropValue).
ダウンロード: 1.8K
更新 2005/12/19

ライセンスの表示

Returns the axis limits to the range of the data, or the data amplitude (x2-x1, y2-y1 and z2-z1).
As varargin you can use pairs of PropName,PropValue, so that only objects with such properties will be used.

Syntax:
[AMPX,AMPY,AMPZ] = RANGE_ON_AXIS(AXIS,PropName1,PropValue1, ...)
[X1,X2,Y1,Y2,Z1,Z2] = RANGE_ON_AXIS(AXIS,...)

引用

M MA (2024). range_on_axis (https://www.mathworks.com/matlabcentral/fileexchange/8632-range_on_axis), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R12
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersVisual Exploration についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Added function isprop (not present in Matlab R<13)