next up previous contents index
Next: 6.6.2.0.3 Generated code Up: 6.6.2 Matrix Example Previous: 6.6.2.0.1 Maple Session

6.6.2.0.2 Scilab Session

-->unix('make mat.o');

-->link('mat.o','mat') 

linking  _mat_ defined in mat.o  
 
-->getf('mat.sci','c')

-->par=[50;60];x=[1;2];
 
-->mat(x,par)
 ans       =
 
!   51.    2. !
!   60.    2. !


next up previous contents index
Next: 6.6.2.0.3 Generated code Up: 6.6.2 Matrix Example Previous: 6.6.2.0.1 Maple Session
Scilab Group