.SCE File Extension
Scilab Script
Developer | Scilab Enterprises |
Popularity |
3.0 | 10 Votes |
What is an SCE file?
An SCE file is a script used by Scilab, an open source program for numerical computation. It contains Scilab functions and executable statements. SCE files can be used for various purposes such as creating 2D plots or computing multiple variables and displaying the results in the console.
More Information
You can create the SCE file with the Scilab editor. You can use the exec function in the Scilab console to execute the commands in the file. The SCE and .SCI files are both used by Scilab to contain multiple commands that are to be executed. The SCI file contains Scilab functions while the SCE file contains Scilab functions along with executable statements.