comparison toolboxes/FullBNT-1.0.7/nethelp3.3/hintmat.htm @ 0:e9a9cd732c1e tip

first hg version after svn
author wolffd
date Tue, 10 Feb 2015 15:05:51 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e9a9cd732c1e
1 <html>
2 <head>
3 <title>
4 Netlab Reference Manual hintmat
5 </title>
6 </head>
7 <body>
8 <H1> hintmat
9 </H1>
10 <h2>
11 Purpose
12 </h2>
13 Evaluates the coordinates of the patches for a Hinton diagram.
14
15 <p><h2>
16 Synopsis
17 </h2>
18 <PRE>
19 [xvals, yvals, color] = hintmat(w)</PRE>
20
21
22 <p><h2>
23 Description
24 </h2>
25 <PRE>
26 [xvals, yvals, color] = hintmat(w)</PRE>
27
28 takes a matrix <CODE>w</CODE> and
29 returns coordinates <CODE>xvals, yvals</CODE> for the patches comrising the
30 Hinton diagram, together with a vector <CODE>color</CODE> labelling the color
31 (black or white) of the corresponding elements according to their
32 sign.
33
34 <p><h2>
35 See Also
36 </h2>
37 <CODE><a href="hinton.htm">hinton</a></CODE><hr>
38 <b>Pages:</b>
39 <a href="index.htm">Index</a>
40 <hr>
41 <p>Copyright (c) Ian T Nabney (1996-9)
42
43
44 </body>
45 </html>