Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.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ヘルプ >> Graphics > 3d_plot > fplot3d1

fplot3d1

関数により定義された曲面の3次元グレーまたは カラーレベルプロット

呼び出し手順

fplot3d1(xr,yr,f,[theta,alpha,leg,flag,ebox])

fplot3d1(xr,yr,f,<opt_args>)

引数

xr

大きさn1の行ベクトル.

yr

大きさn2の行ベクトル.

f

z=f(x,y)型の外部ルーチン.

theta,alpha,leg,flag,ebox

plot3d1参照.

<opt_args>

plot3d参照.

説明

fplot3d1 は外部関数f によりxr および yr で定義されるグリッド上で定義される曲面の3次元グレーまたは カラーレベルプロットをプロットします.

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

deff('z=f(x,y)','z=x^4-y^4')

x=-3:0.2:3 ;y=x ;

clf() ;fplot3d1(x,y,f,alpha=5,theta=31)

参照

  • plot3d1 — 曲面の3次元白黒またはカラープロット
Report an issue
<< fplot3d 3d_plot genfac3d >>

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 Feb 14 15:02:15 CET 2019