clf.java

Go to the documentation of this file.
00001 import javasci.* ; 
00002 
00003 
00004 class  clf 
00005 {
00006 
00007   public static void main(String[] args) 
00008         {
00009                 Scilab.Exec("disp('Test clf 1');");
00010                 Scilab.Exec("clf();");
00011                 Scilab.Exec("disp('Test clf 2');");
00012         }
00013 }
00014 

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