photo

William Tanberg


Last seen: 5年弱 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


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

6年以上 前 | 2 件の回答 | 0

2

回答