File: gridcommand.htm

package info (click to toggle)
extrema 4.3.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 19,212 kB
  • ctags: 6,452
  • sloc: cpp: 86,428; sh: 8,229; makefile: 814
file content (50 lines) | stat: -rw-r--r-- 1,796 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
43
44
45
46
47
48
49
50
<HTML>
<HEAD>
<TITLE>GRID command</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">

<P><font size="+3" color="green"><B>GRID command</B></font></P>

<TABLE border="1" cols="2" frame="box" rules="all" width="572">
<TR>
<TD width="15%" valign="top"><B>Syntax</B>:</TD>
<TD width="85%" valign="top"><CODE>
GRID x y z m<br />
GRID\PATTERN x y z m<br />
GRID\INDICES x y z m</CODE>
</TD></TR>
<TR>
<TD valign="top"><B>Qualifiers</B>:</TD>
<TD valign="top"><CODE>
\INTERPOLATE, \PATTERN, \MESSAGES, \INDICES, \SIZE, \XYOUT, \BOUNDS, \CHECKDUP</CODE>
</TD></TR>
<TR>
<TD valign="top"><B>Defaults</B>:</TD>
<TD valign="top"><CODE>
\INTERPOLATE, \MESSAGES, \-SIZE, \-XYOUT, \-BOUNDS, \-CHECKDUP</CODE>
</TD></TR>
</TABLE>
<P>
 This command creates a regular matrix from scattered data points. The vectors
 <CODE>x</CODE>, <CODE>y</CODE> and <CODE>z</CODE> are assumed to represent scattered
 points, where <CODE>z</CODE> is the data value at location
 <CODE>(x,y)</CODE>. By default, a square matrix, <CODE>m</CODE>, is interpolated,
 with row and column dimensions equal to <CODE>5*sqrt(min(len(x),len(y),len(z)))</CODE>.</P>
<P>
 <font size="+1" color="green">MESSAGES</font></P>
<P>
 If the <CODE>\-MESSAGES</CODE> qualifier is used, no informational
 messages will be displayed.</P>
<P>
 <font size="+1" color="green">CHECKDUP</font></P>
<P>
 By default, duplicate <CODE>(x,y)</CODE> locations are
 not checked for before the matrix is made.  If you want duplicate points to be
 ignored, use the <CODE>\CHECKDUP</CODE> qualifier.</P>
<p>
 <a href="interpolate.htm"><font size="+1" color="olive">INTERPOLATE</font></a><br />
 <a href="pattern.htm"><font size="+1" color="olive">PATTERN</font></a><br />
 <a href="indices.htm"><font size="+1" color="olive">INDICES</font></a></p>
</BODY>
</HTML>