scilab
Running a process remotely using Python
Is it possible to run a System process remotely , i.e. in the background using python? For e.g. I ave Scilab installed on my system, now I do something like this[详细]
2023-04-10 00:50 分类:问答documentation for learning SciLab? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-01 02:06 分类:问答How to load SIVP toolbox through scilab console?
I use GUI to select and load SIVP toolbox i开发者_运维知识库n scilab. How do I do it through scilab console ?If you\'ve installed the toolbox through the ATOMS package manager, you can load it using t[详细]
2023-02-17 16:10 分类:问答Scilab: "first and second input arguments must be real at line 53 of function histplot"
Why does this piece of code fail in Scilab? N=1000; U=rand(N, 1); X=(9*U - 1)^(1/3);开发者_运维百科[详细]
2023-01-24 00:15 分类:问答(scilab) x = [-6,6] y = 1/(1+%e^-x) why it doesn't work?
I\'m trying to draw sigmoid function using this code on scilab, but the result I got is not from the equation. what\'s wrong with my code?[详细]
2023-01-16 21:10 分类:问答replicating a matrix in the 3rd dimension in scilab
I\'d like to replicate an NxM ma开发者_StackOverflowtrix into an NxMx3 matrix, i.e. have 3 copies of the input matrix in the third dimension. How do I do that?If A is your NxM matrix, then the NxMx3 m[详细]
2023-01-16 19:17 分类:问答"scicosim: error. Type 0 not yet supported for outtb." how to solve this problem?
I\'m having an incomprehensible problem in Scicoslab in the last few days. I\'ve been writing some communication blocks (to send data to an external application) for scicos in C and then wrap them wit[详细]
2023-01-10 05:14 分类:问答What is the best way to capture output form scilab into a publishable format?
I am using scilab to do some simple simulation. The outcome will a number of plot and graph. What is the easiest way to capture these outputs and publish them into a pdf or ps file? 开发者_JAVA技巧[详细]
2023-01-02 22:12 分类:问答how to find integrals from limit -infinity to +infinity in scilab
How to find 开发者_StackOverflow社区integrals from limits -infinity to +infinity in SCILAB ? ( Expression to be integrated are not directly integratable )Change the variable of integration from x=(-in[详细]
2022-12-30 04:15 分类:问答How to pass a function as argument
I\'m using Scilab and I\'m trying to make a function like the following: function p = binary_search(myf,a,b)[详细]
2022-12-30 03:37 分类:问答