photo

William Tanberg


Last seen: más de 4 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


How can I have Matlab create a polynomial function from a vector of coefficients without invoking some other implemented function?
Here is some of my initial thinking. function y = f(x) clc; clear; a = [0,1,1,1,1,1]; n = len...

más de 5 años hace | 2 respuestas | 0

2

respuestas