.SCE 文件扩展名
Scilab Script
| 开发者 | Scilab Enterprises |
| 受欢迎程度 |
3.0 | 10 票 |
什么是 SCE 文件?
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.
更多信息
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.