Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.2 - 日本語

Change language to:
English - Français - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Graphics > 2d_plot > fgrayplot

fgrayplot

関数により定義される曲面のカラー二次元プロット

呼び出し手順

fgrayplot(x,y,f,[strf,rect,nax])
fgrayplot(x,y,f,<opt_args>)

パラメータ

x,y

実数行ベクトル.

f

外部ルーチン,形式は y=f(x,y).

<opt_args>

一連の命令 key1=value1, key2=value2,... を表し, key1, key2,... には以下のどれかを指定できます: rect, nax, strf または axesflag および frameflag (plot2d参照).

strf,rect,nax

plot2d参照.

説明

fgrayplot は, x および yで定義された グリッド上でz=f(x,y)により指定された曲面の 2次元プロットを作成します. グリッド上の角矩形は各矩形のコーナのz 平均値に基づきグレーまたはカラーの色で塗りつぶされます.

コマンド fgrayplot() を入力すると,デモが表示されます.

t=-1:0.1:1;
deff("[z]=my_surface(x,y)","z=x**2+y**2")
fgrayplot(t,t,my_surface,rect=[-2,-2,2,2])

参照

  • grayplot — 曲面の2次元カラープロット
  • plot2d — 2Dプロット
  • Sgrayplot — 色付きの曲面の2次元平滑化プロット
  • Sfgrayplot — 関数により定義された曲面の平滑化2次元カラープロット

作者

J.Ph.C.

<< fec_properties 2d_plot fplot2d >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu May 12 11:45:56 CEST 2011