Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - English

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

Scilab manual >> Graphics Library > 3d_plot > milk_drop

milk_drop

ミルクドロップ3次元関数

呼び出し手順

z=milk_drop(x,y)

パラメータ

x,y

大きさ n1 および n2の行ベクトル.

z

大きさ (n1,n2)の行列.

説明

milk_drop はミルクに落ちるミルクドロップの曲面を 表す関数です. この関数はeval3d および plot3dのテスト用の 関数として使用できます.

x=-2:0.1:2; y=x;
z=eval3d(milk_drop,x,y);
plot3d(x,y,z)

参照

作者

Steer S.

<< mesh 3d_plot nf3d >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 2011-2012 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jan 26 16:25:11 CET 2011