Most voted "scilab" questions
5 questions
Sort by count of
-
4
votes0
answers107
viewsDifficulties in the Scilab
I am communicating via USB -> Arduino Serial and receiving values from a sensor. But sometimes values have different sizes and the function used to receive the serial bytes needs a defined amount…
-
2
votes2
answers255
viewsPossibility challenge in c,c++ or Matlab
I’m in need of a program that gives me the possibilities of the following equation: x*y = 1700/57 Whereas x and y are positive reals resulting from two integers ("a" and "b") different from 1 to…
-
0
votes1
answer160
viewsHow to save and read a saved array from the directory in Scilab?
I’m having trouble saving a data matrix in Scilab, I use the save('name directory','matrix') command, but when it comes to using LOAD to reuse the matrix whenever it loads is a Boolean variable,…
scilabasked 7 years, 2 months ago Eduardo Silva 113 -
0
votes0
answers112
viewsIntegral of polynomials in Scilab
How to discover the integral of a polynomial expression in Scilab ? I have that code: clc; clear; x=poly(0,"x"); printf("Digite a expressão para calcular:"); mfun=input(""); printf("MENU DE…
scilabasked 6 years, 4 months ago Maurício Z.B 1,098 -
0
votes0
answers9
viewsI don’t know the correct Scilab syntax
I’m having a problem with Scilab, I migrated from Mathlab to Scilab to do an academic job but I’m having trouble with the following code: c1x=input('centro da circunferencia 1 (x): ');…