.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.