photo

Marco Bertola


Last seen: 3 mesi fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

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

11 mesi fa | 0

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

oltre 3 anni fa | 0