Feeds
질문
I want to move the graph line by looping until finally it fits to the point as shown in the coding below. But not the line move from 1 to 5. And finally it gives you coefficient value. Plz hlp..
function coeffs = optimalpolynomial(a,b) xvalues =(0:a/4:a); coeffs = zeros(1,5); double(b); double(a); ...
10년 초과 전 | 답변 수: 1 | 0