William Tanberg
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 years 前 | 2 个回答 | 0