Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using a MATLAB code on Scilab

Tags:

matlab

scilab

Is it possible to use a MATLAB code on Scilab? Is that what is meant when saying that Scilab is a "clone" from MATLAB?

like image 272
user2013394 Avatar asked Feb 11 '13 11:02

user2013394


1 Answers

There is a tool to automatically convert Matlab source to Scilab source, it's called M2SCI. A script parses the Matlab source code and replaces Matlab-specific functions by Scilab ones. See the documentation of the mfile2sci function.

like image 111
Vincent Labatut Avatar answered Sep 30 '22 15:09

Vincent Labatut