disp.java

Go to the documentation of this file.
00001 import javasci.* ; 
00002 
00003 
00004 class  disp 
00005 {
00006 
00007   public static void main(String[] args) 
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         }
00013 }
00014 

Generated on Sun Mar 4 15:03:58 2007 for Scilab [trunk] by  doxygen 1.5.1