disp Class Reference


Static Public Member Functions

static void main (String[] args)

Detailed Description

Definition at line 4 of file disp.java.


Member Function Documentation

static void disp::main ( String[]  args  )  [inline, static]

Definition at line 7 of file disp.java.

References A.

00008         {
00009     SciDoubleArray A = new SciDoubleArray("A",4,1, new double [] {100.1,102.2,103.3,104.4} );
00010                 A.Send();
00011                 Scilab.Exec("disp('A=');disp(A)");
00012         }


The documentation for this class was generated from the following file:
Generated on Sun Mar 4 16:14:57 2007 for Scilab [trunk] by  doxygen 1.5.1