File: fplot3d1.man

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (42 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.TH fplot3d1 2 "April 1993" "Scilab Group" "Scilab Function" 
.so ../sci.an
.SH NAME
fplot3d1 - 3D gray or color level plot of a surface defined by a function
.SH CALLING SEQUENCE
.nf
fplot3d1(xr,yr,f,[theta,alpha,leg,flag,ebox])
fplot3d1(xr,yr,f,<opt_args>)
.fi
.SH PARAMETERS
.TP 10
xr
: row vector of size n1.
.TP
yr
: row vector of size n2.
.TP
f
: external of type z=f(x,y).
.TP
theta,alpha,leg,flag,ebox
: see \fVplot3d1\fR.
.TP
<opt_args>
: see \fVplot3d\fR.

.SH DESCRIPTION
\fVfplot3d1\fV plots a 3D gray or color level plot of a surface defined by the 
external function \fVf\fR
on the grid defined by \fVxr\fV and \fVyr\fR.

Enter the command  \fVfplot3d1()\fR to see a demo.
.SH EXAMPLE
.nf
deff('z=f(x,y)','z=x^4-y^4')
x=-3:0.2:3 ;y=x ;
xbasc() ;fplot3d1(x,y,f,alpha=5,theta=31)  
.fi
.SH SEE ALSO
plot3d1
.SH AUTHOR
J.Ph.C.