Scilab is a free and open source, cross-platform numerical computational package and a high-level, numerically oriented programming language.
I use Scilab, and want to convert an array of booleans into an array of integers: >>> x = …
python integer boolean type-conversion scilabI need to load experimental data into scicoslab, a (pretty badly designed) clone fork of scilab which happens to support …
matlab octave scilabIs it possible to use a MATLAB code on Scilab? Is that what is meant when saying that Scilab is …
matlab scilabIs it possible to have different colours in my plot in Scilab? I use the mtlb_hold to hold the …
plot colors scilabLets use the matrix A as an example: -->A = [1 2 3; 4 5 6] A = 1. 2. 3. 4. 5. 6. I can transpose this matrix: -->A' …
syntax scilabI'm trying to plot a line between two points: a(xa,ya) and b(xb,yb). How can I do …
scilabI have two for loops running in my Matlab code. The inner loop is parallelized using Matlabpool in 12 processors (which …
matlab parallel-processing octave scilabI'm trying to open a serial communication between Scilab and Arduino. However, Arduino is always recognized by Linux Ubuntu in …
serial-port arduino communication scilabI've downloaded a data set that I am interested in. However, it is in .mat format and I do not …
matlab scilabI'm not sure why I can't do this in Scilab. -->foo=zeros(500); -->foo(300) !--error 21 Invalid index. …
matlab scilab