photo

William Tanberg


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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...

5 years ago | 2 answers | 0

2

answers