Scilab 5.3.1
- Scilab help
- Graphics Library
- 2d_plot
- 3d_plot
- annotation
- axes_operations
- axis
- bar_histogram
- Color management
- Datatips
- figure_operations
- geometric_shapes
- handle
- interaction
- load_save
- pie
- polygon
- property
- style
- text
- transform
- window_control
- GlobalProperty
- Graphics
- alufunctions
- clear_pixmap
- Compound_properties
- graphics_entities
- object_editor
- pixel_drawing_mode
- plzr
- rubberbox
- segs_properties
- show_pixmap
- square
- twinkle
- xbasr
- xchange
- xclear
- xdel
- xget
- xgetech
- xgraduate
- xgrid
- xname
- xnumb
- xpause
- xsegs
- xset
- xsetech
- xsetm
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)
作者
J.P.C ; ;
<< xgetech | Graphics Library | xgrid >> |