photo

William Tanberg


Last seen: mehr als 4 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


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

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten