Marco Bertola
Followers: 0 Following: 0
Feeds
已回答
What is the code for lagrange interpolating polynomial for a set of given data?
One less loop x = [0 1 2 3 4 5 6 ]; %The nodes N= size(x,2); %The number of nodes J=1:N; P=zeros(1,N); LL=poly(x); LLder...
What is the code for lagrange interpolating polynomial for a set of given data?
One less loop x = [0 1 2 3 4 5 6 ]; %The nodes N= size(x,2); %The number of nodes J=1:N; P=zeros(1,N); LL=poly(x); LLder...
1 year 前 | 0
已回答
sorting according to another vector
I think the question (which I had too) was: I have a reference vector [1.2 3.3 4.4] eg and another ``similar'' vector [3.2 1...
sorting according to another vector
I think the question (which I had too) was: I have a reference vector [1.2 3.3 4.4] eg and another ``similar'' vector [3.2 1...
4 years 前 | 0