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

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.
However, this page did not exist in the previous stable version.

Scilab help >> Graphics > 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)

参照

  • eval3d — グリッド上の関数の値
  • plot3d — 曲面の3次元プロット

作者

Steer S.

<< mesh 3d_plot nf3d >>

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:
Wed Oct 05 12:12:56 CEST 2011