Scilab is a programming language created in 1990.
#204on PLDB | 33Years Old | 1.3kUsers |
15Books | 10Papers | 4kRepos |
Try now: Riju
Scilab is an open source, cross-platform numerical computational package and a high-level, numerically oriented programming language. It can be used for signal processing, statistical analysis, image enhancement, fluid dynamics simulations, numerical optimization, and modeling, simulation of explicit and implicit dynamical systems and (if the corresponding toolbox is installed) symbolic manipulations. Scilab is one of the two major open-source alternatives to MATLAB, the other one being GNU Octave. Read more on Wikipedia...
disp("Hello, world!")
disp("Hello World")
disp(%pi);
// A simple plot of z = f(x,y)
t=[0:0.3:2*%pi]';
z=sin(t)*cos(t');
plot3d(t,t,z)
Feature | Supported | Token | Example |
---|---|---|---|
Scientific Notation | ✓ | ||
Integers | ✓ | // \d+ |
|
Floats | ✓ | // (\d+\.\d*|\d*\.\d+)([eEf][+-]?[0-9]+)? |
|
Strings | ✓ | " | "Hello world" |
Print() Debugging | ✓ | disp | |
Line Comments | ✓ | // | // A comment |
Comments | ✓ | ||
Semantic Indentation | X |
title | author | year | reviews | ratings | rating |
---|---|---|---|---|---|
Engineering and Scientific Computing with Scilab | Claude Gomez | 1998 | 0 | 3 | 3.33 |
Programming in Scilab 4. 1 | Vinu V. Das | 2009 | 0 | 0 | 0.0 |
Scilab (a Free Software to Matlab) | Hema Ramchandran | 2011 | 0 | 0 | 0.0 |
Introduction to Scilab: For Scientists and Engineers | Sandeep Nagar | 0 | 0 | 0.0 | |
Introduction to Scilab: For Engineers and Scientists | Sandeep Nagar | 0 | 1 | 5.00 | |
Introduction to Scilab for Scientists and Engineers | John Maclane | 0 | 0 | 0.0 | |
SCILAB (A FREE SOFTWARE TO MATLAB) | ACHUTHSANKAR S.NAIR | 0 | 0 | 0.0 |
title | authors | year | publisher |
---|---|---|---|
Praktische Mathematik mit MATLAB, Scilab und Octave | Frank Thuselt; Felix Paul Gennrich | 20140203 | Springer Nature |
SCILAB (A Free Software To MATLAB) | NAIR, ACHUTHSANKAR S. | 2011 | S Chand |
Scilab by Example | Affouf, Dr. M. | 2012 | CreateSpace Independent Publishing Platform |
Engineering and Scientific Computing with Scilab | 1999 | Birkhäuser | |
Arduino and Scilab based Projects | Gehlot, Anita and Singh, Rajesh and Singh, Bhupendra | 2019 | Bentham Science Publishers |
Programming in Scilab 4. 1 | Das, Vinu V. | 2009T | New Age International Publisher |
Introduction to Scilab | Sandeep Nagar | 20171111 | Springer Nature |
Arduino and Scilab based Projects | Rajesh Singh and Anita Gehlot and Bhupendra Singh | 2019-03-05 | Bentham Science Publishers |
title | authors | year | citations | influentialCitations |
---|---|---|---|---|
Engineering and Scientific Computing with Scilab | C. Gomez | 1998 | 147 | 5 |
A SCILAB PROGRAM FOR COMPUTING GENERAL-RELATIVISTIC MODELS OF ROTATING NEUTRON STARS BY IMPLEMENTING HARTLE'S PERTURBATION METHOD | P. Papasotiriou and V. Geroyannis | 2003 | 10 | 0 |
Introduction to Scilab | Sandeep Nagar | 2017 | 8 | 0 |
Comparison New Algorithm Modified Euler in Ordinary Differential Equation Using Scilab Programming | N. M. M. Yusop and M. Hasan and M. Rahmat | 2015 | 8 | 0 |
From Scilab to High Performance Embedded Multicore Systems: The ALMA Approach | J. Becker and T. Stripf and Oliver Oey and M. Hübner and Steven Derrien and D. Ménard and O. Sentieys and G. Rauwerda and K. Sunesen and N. Kavvadias and K. Masselos and G. Goulas and P. Alefragis and N. Voros and D. Kritharidis and N. Mitas and D. Göhringer | 2012 | 7 | 0 |
Scilab Textbook Companions [Focus on Education] | R. Braatz | 2014 | 6 | 2 |
A flexible approach for compiling scilab to reconfigurable multi-core embedded systems | T. Stripf and Oliver Oey and Thomas Bruckschlögl and Ralf König and M. Hübner and J. Becker and G. Rauwerda and K. Sunesen and N. Kavvadias and G. Dimitroulakos and K. Masselos and D. Kritharidis and N. Mitas and G. Goulas and P. Alefragis and N. Voros and Steven Derrien and D. Ménard and O. Sentieys and D. Göhringer and T. Perschke | 2012 | 2 | 0 |
A Scilab Program For Computing Rotating Magnetic Compact Objects | P. Papasotiriou and V. Geroyannis | 2002 | 1 | 0 |
Java interface for Scilab based on the jLab environment | Lilan Wu and Jianling Gao and Xiaoyao Xie | 2009 | 1 | 0 |
Working with Scilab | Sandeep Nagar | 2017 | 1 | 0 |