Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Scilab

Installation steps

Visit Download page to Download the Scilab Software.

How to Run

After Scilab is loaded, You can open the editor using the top menu of the command window or by typing

scipad()

Scilab Code

clc
disp('Hello World')

and save the file as HelloWorld.sce.

Running or Executing your code

exec HelloWorld.sce 

Output

Hello World