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

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ヘルプ >> Graphics > 3d_plot > milk_drop

milk_drop

ミルクドロップ3次元関数 この関数は廃止されます.

呼び出し手順

z=milk_drop(x,y)

引数

x,y

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

z

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

説明

この関数は廃止されます. この関数は Scilab 5.5.1で削除されます.

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

x=-2:0.1:2; y=x;

z=eval3d(milk_drop,x,y);

plot3d(x,y,z)

参照

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

履歴

バージョン記述
5.5.0 関数が廃止対象となりました. 5.5.1で削除されます.
Report an issue
<< 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:
Thu Oct 02 13:58:25 CEST 2014