Marco Bertola
Followers: 0 Following: 0
Statistics
0 Questions
2 Answers
RANK
76.487
of 295.448
REPUTATION
0
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20.227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
meer dan een jaar ago | 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...
bijna 4 jaar ago | 0