[scilab-Users] Using functions in Java

Sylvestre Ledru sylvestre.ledru at scilab.org
Wed Jun 10 22:24:48 CEST 2009


Le mercredi 10 juin 2009 à 17:46 +0200, Sylvestre Ledru a écrit :
> 
> > Error in Java_javasci_Scilab_Exec routine.
> This is normal that it is failling here.
> Scilab.Exec is waiting for a consistent expression.
> 
> If you try:
>         if (!Scilab.Exec("function [p] = percentile(x,r)")){
>                         System.out.println(Scilab.GetLastErrorCode());
>         }
> you will that that you will get an error (code 272... no endfunction).
Btw, thanks for pointing this out. I updated the documentation here to
highlight this point.

Sylvestre





More information about the users mailing list