Tagged Questions
0
votes
1answer
193 views
Serial communication with scilab in Linux
Can you please provide some examples of serial communication with scilab in Linux. When I gave the command:
h=openserial(1,"9600,n,8,1");
I am getting the following error:
...
0
votes
0answers
11 views
plot_sparse_diracs error
Doing this tutorial, I tried
-->plot_sparse_diracs(f0)
!-- error 4
Undefined variable: h
at line 36 of function plot_sparse_diracs called by :
plot_sparse_diracs(f0);
There is no h in my ...
0
votes
0answers
48 views
WARNING: getd: Incorrect function in file toolbox_signal/iFourier.sci
I'm doing this tutorial: http://www.ceremade.dauphine.fr/~peyre/numerical-tour/tours/inverse_1_sparse_spikes/ on 1-D signal deconvolution using Scilab.
When I try to load the signal processing and ...
0
votes
2answers
662 views
is serial communication possible via scilab on linux?
I am trying to use scilab for a project and I need to pass on some values to a robot via serial port.
I had done this successfully on Matlab. I have ported almsot everything to Scilab now but I dont ...