git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11991 626c5289-ae23-0410-ae9c-e8d60b6d4f22
10 lines
169 B
Scilab
10 lines
169 B
Scilab
// loader the *.so
|
|
exec loader.sce
|
|
|
|
myMatrix=[ 103 3 1 12;0 0 2043 1];
|
|
sumitems(myMatrix)
|
|
|
|
myOtherMatrix=getValues();
|
|
size(myOtherMatrix)
|
|
disp(myOtherMatrix);
|
|
exit
|