Skip to content

ShadowXHunter/Scilab6-Test-Toolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is a test toolbox for Scilab.

Steps to implement the demo transpose function in C:

  1. Open the "test" directory in Scilab and run the following commands
  2. exec builder.sce
  3. exec loader.sce

The tranpose functions is now loaded.
Example:
Input: transpose([1,2;3,0;2,5])
Output:
1. 3. 2.
2. 0. 5.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scilab 37.5%
  • HTML 24.1%
  • CSS 21.8%
  • C++ 6.1%
  • C 5.7%
  • XSLT 2.6%
  • Other 2.2%