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 >> Графики > 3d_plot > milk_drop

milk_drop

Milk drop 3D function. This function is obsolete.

Calling Sequence

z=milk_drop(x,y)

Arguments

x,y

two row vectors of size n1 and n2.

z

matrix of size (n1,n2).

Description

This function is obsolete. It will be permanently removed in Scilab 5.5.1

milk_drop is a function representing the surface of a milk drop falling down into milk. It can be used to test functions eval3d and plot3d.

Examples

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

See Also

  • eval3d — values of a function on a grid
  • plot3d — 3D plot of a surface

History

ВерсияОписание
5.5.0 Function tagged as obsolete. Will be removed in 5.5.1.
Report an issue
<< hist3d 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 14:01:08 CEST 2014