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 - 日本語 -
Scilab help >> Graphics > 3d_plot > milk_drop

milk_drop

milk drop 3D function

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

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

Authors

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 Oct 05 12:09:59 CEST 2011