photo

Marco Bertola


Last seen: 3 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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 Monate vor | 0

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

mehr als 3 Jahre vor | 0