- Scilab help
- Graphics
- 2d_plot
- LineSpec
- Matplot
- Matplot1
- Matplot_properties
- Sfgrayplot
- Sgrayplot
- champ
- champ1
- champ_properties
- comet
- contour2d
- contour2di
- contourf
- errbar
- fchamp
- fcontour2d
- fec
- fec_properties
- fgrayplot
- fplot2d
- grayplot
- grayplot_properties
- graypolarplot
- histplot
- paramfplot2d
- plot
- plot2d
- plot2d1
- plot2d2
- plot2d3
- plot2d4
- polarplot
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
paramfplot2d
関数で定義された曲線の2次元アニメーションプロット
呼び出し手順
paramfplot2d(f,x,theta) paramfplot2d(f,x,theta,flag) paramfplot2d(f,x,theta,flagrect)
パラメータ
- x
実数ベクトル.
- f
関数
y=f(x,t)
. f は Scilab関数または(文字列で参照される)動的にリンクされるルーチンです.- theta
実数ベクトル (パラメータの集合).
- flag
文字列
'no'
または'yes'
: "yes" の場合, 2回の連続するプロットの画面の間で画面がクリアされます.- rect
"矩形" [xmin, xmax, ymin, ymax] (1 x 4 実数ベクトル),
説明
関数 x-->f(x,t) のt=theta(1),theta(2),等に関するアニメーションプロット.
f は Scilab関数またはy=f(x,t) が y=feval(x(:),t,f)のように評価される
動的にリンクされるルーチンのどちらかとすることができます.
fevalを参照ください.
f: x,t を f(x,t)にマッピングします.
x=R^N
次のベクトル,t=実数として,
f(x,t) = R^N
個の値を有する関数です.
x は x値のベクトルで,thetaの各tについて
f(x,t)=y値のN次ベクトルとなります.
Report an issue | ||
<< histplot | 2d_plot | plot >> |