File: Matplot.cat

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 (28 lines) | stat: -rw-r--r-- 720 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
Matplot           Scilab Group           Scilab Function            Matplot
NAME
   Matplot - 2D plot of a matrix using colors 
  
CALLING SEQUENCE
 Matplot(a,[strf,rect,nax])
PARAMETERS
 a   : real matrix of size (n1,n2).
     
 strf,rect,nax
      : optional arguments, see plot2d.
     
DESCRIPTION
   The entries of matrix int(a) are used as colormap entries in  the current
  colormap. The color associated to a(i,j) is used  do draw a small square
  of length 1 with center at location  (x=j,y=(n2-i+1)).  Enter the command
  Matplot() to see a demo.
  
EXAMPLE
 Matplot([1 2 3;4 5 6])
 // draw the current colormap 
 Matplot((1:xget("lastpattern")))
SEE ALSO
   colormap, plot2d, Matplot1
  
AUTHOR
   J.Ph.C.