Scilab 5.3.3
- Scilab help
- Graphics
- 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
- comet
Please note that the recommended version of Scilab is 2026.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 >> |