Page 1 of 1

Can one use a Scilab script?

Posted: Fri Jul 03, 2015 3:56 pm
by DarkPatate
Hi,
I did a signal processing algorithm on a Scilab script. I tried to translate it in C++ thanks to Eigen Library in order to do an OpenVibe box. Unfortunately, the algorithm doesn't give the same results. Moreover, Eigen has some difficulties with huge matrices.

So, the easy way would be to use my Scilab script. I found a tutorial about Matlab, but not Scilab. Whereas Scilab and OpenVibe have been made by INRIA both.

Thanks in advance, I hope the answer will be positive :)
Siméon.

Re: Can one use a Scilab script?

Posted: Mon Jul 06, 2015 8:59 am
by jtlindgren
Hi Simeon,

we are positively positive about integrating a Scilab plugin if somebody wants to contribute one sometime. Meanwhile, perhaps you could think of another way to interface with it, via matlab, python or perhaps LSL.


Cheers,
Jussi

Re: Can one use a Scilab script?

Posted: Mon Jul 06, 2015 4:25 pm
by DarkPatate
Thanks for your quick answer.
Unfortunatlly, I think I can't help you for that. My master thesis is almost finished, and time is missing. I shall try to use Python even I never program with it.
I shall try to understand the example.

Thanks again :-)