Questions tagged as 'scilab'

0
answers

Difficulties in Scilab

I'm communicating via USB - > Arduino Serial and receiving values from a sensor. But sometimes values have different sizes and the function used to receive the bytes from the serial needs a defined amount of input bytes. Example: data = reads...
asked by 09.09.2016 / 15:36
2
answers

Chance of possibility in c, c ++ or matlab

I need a program that gives me the possibilities of the following equation: x*y = 1700/57 Since x and y are real positives resulting from two integers ("a" and "b") different from 1 to 300 . I tried but...
asked by 04.10.2017 / 02:56
0
answers

Integral of scilab polynomials

How do you find out the integral of an expression of polynomials in scilab ? I have this code: clc; clear; x=poly(0,"x"); printf("Digite a expressão para calcular:"); mfun=input(""); printf("MENU DE OPÇÕES\n"); printf("1-DERIVADA\n"); pr...
asked by 09.07.2018 / 02:39
1
answer

How to save and read a saved directory array in Scilab?

I am trying to save a data array in Scilab, I use the save ('diretum \ name', 'array') command, but at the time of using LOAD to reuse the array it always carries a variable Boolean, does anyone know where I'm wrong to use save?     
asked by 04.09.2017 / 21:31