Tagged Questions
2
votes
2answers
2k views
Accessing variable by string name
I need to load experimental data into scicoslab, a (pretty badly designed) clone of scilab which happens to support graphical modeling. The documentation on the web is pretty poor, but it's reasonably ...
0
votes
1answer
242 views
Scilab plots in -nogui mode
Is it possible to plot graphs when running Scialb in -nogui mode ?
I tried the following :
saket@launchpad:~$scilab -nogui
-->x=[1:10];
-->y= sin(x);
-->plot2d(x,y)
which gives the ...
0
votes
2answers
315 views
Solution to overdetermined systems
How to find solution to overdetermined systems in Macsyma, Scilab, Octave?