Scilab 5.3.0
- Scilab Online Help
- Graphics Library
- 2d_plot
- LineSpec
- Matplot
- Matplot1
- Matplot_properties
- Sfgrayplot
- Sgrayplot
- champ
- champ1
- champ_properties
- contour2d
- contour2di
- contourf
- errbar
- fchamp
- fcontour2d
- fec
- fec_properties
- fgrayplot
- fplot2d
- grayplot
- grayplot_properties
- graypolarplot
- histplot
- oldplot
- paramfplot2d
- plot
- plot2d
- plot2d1
- plot2d2
- plot2d3
- plot2d4
- plot2d_old_version
- polarplot
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
oldplot
単純なプロット (古いバージョン)
呼び出し手順
oldplot(x,y,[xcap,ycap,caption]) oldplot(y)
パラメータ
- x,y
同じ大きさのベクトル
- xcap,ycap,caption
文字列または文字列行列
説明
x
の
関数としてy
をプロットします.
xcap
および ycap
は
それぞれx軸,y軸のキャプションで,
caption
はプロットのキャプションです.
引数が1つのみ指定されてコールされた場合,
oldplot(y)
は,
y
ベクトルをプロットします.
y
が行列の場合,
その全ての行ベクトル同じ図にプロットします.
このプロットはベクトル
1:<y
の列の数>に対して
行われます.
oldplot
は古い関数です. 代わりに
plot2d
または
plot
を使用してください.
例
作者
J.Ph.C.
<< histplot | 2d_plot | paramfplot2d >> |