Skip to content

avinashr175/Scilab_API-Matrix-Multiplication-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Scilab_API-Matrix-Multiplication

To build this code and load it to Scilab execute the following commands in scilab
Change the working directory of scilab to Scilab/share/scilab/contrib/toolbox_skeleton/sci_gateway.

files=["sci_foo.c"];
WITHOUT_AUTO_PUTLHSVAR = %t;
ilib_build('build_lib',['foo','sci_foo'],files,[]);
exec loader.sce

You can use the function "foo" for multiplication of two matrices.(After completing the above steps)
Example-
ans=foo([1,2],[1;2])

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages