Scilab 6.0.0
- Scilabヘルプ
- Graphics
- 2d_plot
- 3d_plot
- annotation
- axes_operations
- axis
- bar_histogram
- Color management
- Datatips
- figure_operations
- geometric_shapes
- handle
- interaction
- lighting
- load_save
- polygon
- property
- text
- transform
- Compound_properties
- GlobalProperty
- Graphics: Getting started
- graphics_entities
- object_editor
- pie
- segs_properties
- xchange
- xget
- xgetech
- xgraduate
- xsegs
- xset
- xsetech
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
xgraduate
軸のグラデーション
呼び出し手順
[xi, xa, np1, np2, kMinr, kMaxr, ar] = xgraduate(xmi, xma)
引数
- xmi,xma
実数スカラー
- xi, xa, kMinr, kMaxr, ar
実数スカラー
- np1,np2
整数
説明
xgraduate
は,
(プリティプリントフラグが有効とされた)プロットルーチン
で使用される軸のグラデーションを返します.
この関数は,指定した範囲[xmi,xma]
を含み,
xi= kMinr*10^ar
, xa=kMaxr*10^ar
となる,
範囲[xi,xa]
を返します.
この範囲は,np2
個の範囲に分割することができ,
各範囲はnp1
個のサブ範囲に分割されます.
例
[x1,xa,np1,np2,kMinr,kMaxr,ar]=xgraduate(-0.3,0.2)
Report an issue | ||
<< xgetech | Graphics | xsegs >> |