1 |
<TITLE>/</TITLE> |
---|
2 |
<BODY> |
---|
3 |
<A HREF = "index.html">[Index for ./mat4]</A> |
---|
4 |
<A HREF = "../index.html">[Return to Master Index]</A> |
---|
5 |
<H1>isophase</H1> |
---|
6 |
<H2>(./mat4/isophase.m)</H2> |
---|
7 |
<HR><H3>Function Synopsis</H3> |
---|
8 |
<pre>chandle=isophase(elems,x,y,Q,cval,p1,v1,p2,v2,p3,v3,p4,v4,...</pre> |
---|
9 |
<HR><H3>Help text</H3> |
---|
10 |
<pre> |
---|
11 |
ISOPHASE contour a vector of scalar (phase) values on a FEM grid. |
---|
12 |
ISOPHASE accepts a vector of values to be contoured |
---|
13 |
over the provided mesh. ISOPHASE expects the element file to |
---|
14 |
be either 3 or 4 columns wide. If elems is 4 columns wide, ISOPHASE |
---|
15 |
assumes the first column is the element number and strips |
---|
16 |
it away. |
---|
17 |
|
---|
18 |
Input: elems - list of nodes per element |
---|
19 |
x,y - xy locations of nodes; each must be 1-D |
---|
20 |
Q - scalar to be contoured upon; must be 1-D |
---|
21 |
cval - vector of values to contour |
---|
22 |
|
---|
23 |
The parameter/value pairs currently allowed in the isophase |
---|
24 |
function are as follows ( default values appear in {} ) : |
---|
25 |
|
---|
26 |
Color {'r' = red} |
---|
27 |
LineStyle {'-' = solid} |
---|
28 |
LineWidth {0.5 points; 1 point = 1/72 inches} |
---|
29 |
MarkerSize {6 points} |
---|
30 |
|
---|
31 |
See the Matlab Reference Guide entry on the LINE command for |
---|
32 |
a complete description of parameter/value pair specification. |
---|
33 |
|
---|
34 |
The idea and some of the constructs used in pv decoding |
---|
35 |
in this routine come from an unreleased MathWorks function |
---|
36 |
called polar2.m written by John L. Galenski III |
---|
37 |
and provided by Jeff Faneuff. |
---|
38 |
|
---|
39 |
Output: isophase returns the handle to the contour line drawn |
---|
40 |
|
---|
41 |
Call as: h=isophase(elems,x,y,Q,cval,p1,v1,p2,v2,...) |
---|
42 |
|
---|
43 |
Written by : Brian O. Blanton |
---|
44 |
|
---|
45 |
</pre> |
---|
46 |
<HR> |
---|
47 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
48 |
<BR> |
---|
49 |
Cross-Directory links are: OFF<BR> |
---|
50 |
</BODY> |
---|